Skip to content

Commit

Permalink
add pseudo for snprintf_P
Browse files Browse the repository at this point in the history
  • Loading branch information
proddy committed Sep 19, 2021
1 parent 28bf7c3 commit adebea1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib_standalone/Arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
#define OUTPUT 1
#define INPUT_PULLUP 2

#define snprintf snprintf_P // to keep backwards compatibility

void pinMode(uint8_t pin, uint8_t mode);
void digitalWrite(uint8_t pin, uint8_t value);
int digitalRead(uint8_t pin);
Expand Down

0 comments on commit adebea1

Please sign in to comment.