Skip to content

Commit

Permalink
Merge branch 'master' into V2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathertel committed Dec 2, 2023
2 parents f438909 + 0ed3b51 commit a93a729
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/BlinkMachine/BlinkMachine.ino
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ typedef enum {
#define PIN_LED 13

#elif defined(ARDUINO_attiny)
// Example for Arduino UNO with input button on pin 2 and builtin LED on pin 13
#define PIN_INPUT A1
#define PIN_LED 13
// Example for Arduino ATTiny85
#define PIN_INPUT PB0
#define PIN_LED PB1

#elif defined(ESP8266)
// Example for NodeMCU with input button using FLASH button on D3 and using the led on -12 module (D4).
Expand Down

0 comments on commit a93a729

Please sign in to comment.