Removed shitty Print and shitty Printable interfaces

This commit is contained in:
2021-04-21 21:57:39 +02:00
parent c5d5f95c1b
commit d237cc9df6
12 changed files with 30 additions and 586 deletions

View File

@ -20,8 +20,6 @@
#include "esp_event.h"
#include "Print.h"
ESP_EVENT_DECLARE_BASE(ARDUINO_USB_CDC_EVENTS);
typedef enum {
@ -50,7 +48,7 @@ typedef union {
} rx;
} arduino_usb_cdc_event_data_t;
class USBCDC: public Print
class USBCDC
{
public:
USBCDC(uint8_t itf=0);