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 e6cec4a commit 8eeb1bfCopy full SHA for 8eeb1bf
include/arduino-mock/Arduino.h
@@ -69,6 +69,8 @@ void detachInterrupt(uint8_t);
69
void setup(void);
70
void loop(void);
71
72
+uint8_t pgm_read_byte_near(const char *);
73
+
74
#ifdef __cplusplus
75
} // extern "C"
76
#endif
0 commit comments