Removed more bullshit components which got replaced by proper C++ code

This commit is contained in:
2021-02-04 04:10:42 +01:00
parent 9bd3e02d0f
commit 9ff721dede
15 changed files with 0 additions and 1713 deletions

View File

@ -150,9 +150,6 @@ void shiftOut(uint8_t dataPin, uint8_t clockPin, uint8_t bitOrder, uint8_t val);
#include "Printable.h"
#include "Print.h"
#include "IPAddress.h"
#include "Client.h"
#include "Server.h"
#include "Udp.h"
#include "HardwareSerial.h"
using std::abs;