Skip to content

Commit a93a729

Browse files
authored
Merge branch 'master' into V2.5.0
2 parents f438909 + 0ed3b51 commit a93a729

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/BlinkMachine/BlinkMachine.ino

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ typedef enum {
6464
#define PIN_LED 13
6565

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

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

0 commit comments

Comments
 (0)