forked from espressif/arduino-esp32
Removed shitty Print and shitty Printable interfaces
This commit is contained in:
@ -139,8 +139,6 @@ void shiftOut(uint8_t dataPin, uint8_t clockPin, uint8_t bitOrder, uint8_t val);
|
||||
#include <cmath>
|
||||
|
||||
#include "WCharacter.h"
|
||||
#include "Printable.h"
|
||||
#include "Print.h"
|
||||
#include "HardwareSerial.h"
|
||||
|
||||
using std::abs;
|
||||
|
Reference in New Issue
Block a user