Skip to content

Commit

Permalink
Merge pull request #130 from JakobGlieder/master
Browse files Browse the repository at this point in the history
Add UNO R4 Support to BlinkMachine.ino example
  • Loading branch information
mathertel committed Nov 5, 2023
2 parents ff7627d + 43b361b commit 5157fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/BlinkMachine/BlinkMachine.ino
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ typedef enum {
}
MyActions;

#if defined(ARDUINO_AVR_UNO) || defined(ARDUINO_AVR_NANO_EVERY)
#if defined(ARDUINO_AVR_UNO) || defined(ARDUINO_AVR_NANO_EVERY) ||defined(ARDUINO_UNOR4_WIFI)
// Example for Arduino UNO with input button on pin 2 and builtin LED on pin 13
#define PIN_INPUT A1
#define PIN_LED 13
Expand Down

0 comments on commit 5157fc5

Please sign in to comment.