We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f438909 + 0ed3b51 commit a93a729Copy full SHA for a93a729
examples/BlinkMachine/BlinkMachine.ino
@@ -64,9 +64,9 @@ typedef enum {
64
#define PIN_LED 13
65
66
#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
+// Example for Arduino ATTiny85
+#define PIN_INPUT PB0
+#define PIN_LED PB1
70
71
#elif defined(ESP8266)
72
// Example for NodeMCU with input button using FLASH button on D3 and using the led on -12 module (D4).
0 commit comments