forked from espressif/arduino-esp32
Removed arduino's shitty serial functionality
This commit is contained in:
@ -134,7 +134,6 @@ void shiftOut(uint8_t dataPin, uint8_t clockPin, uint8_t bitOrder, uint8_t val);
|
||||
#include <cmath>
|
||||
|
||||
#include "WCharacter.h"
|
||||
#include "HardwareSerial.h"
|
||||
|
||||
using std::abs;
|
||||
using std::isinf;
|
||||
|
Reference in New Issue
Block a user