We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ccfb2d commit 6e2b0e8Copy full SHA for 6e2b0e8
cores/arduino/Arduino.h
@@ -15,6 +15,8 @@
15
extern "C"{
16
#endif
17
18
+#define yield()
19
+
20
#define HIGH 0x1
21
#define LOW 0x0
22
0 commit comments