We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 509a2a3 commit 9a0817aCopy full SHA for 9a0817a
cores/arduino/Arduino.h
@@ -29,7 +29,8 @@
29
#include <avr/io.h>
30
#include <avr/interrupt.h>
31
32
-#include "binary.h"
+// mTroll minimal Arduino compatibility
33
+// #include "binary.h"
34
35
#ifdef __cplusplus
36
extern "C"{
@@ -228,10 +229,13 @@ extern const uint8_t PROGMEM digital_pin_to_timer_PGM[];
228
229
#endif
230
231
-#include "WCharacter.h"
232
-#include "WString.h"
233
-#include "HardwareSerial.h"
234
-#include "USBAPI.h"
+// #include "WCharacter.h"
+// #include "WString.h"
235
+// #include "HardwareSerial.h"
236
+// #include "USBAPI.h"
237
+#include <ctype.h>
238
+#include <SPI.h>
239
#if defined(HAVE_HWSERIAL0) && defined(HAVE_CDCSERIAL)
240
#error "Targets with both UART0 and CDC serial not supported"
241
0 commit comments