We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea98fc8 commit 7e76ca7Copy full SHA for 7e76ca7
examples/ArduinoISP/ArduinoISP.ino
@@ -66,7 +66,7 @@
66
void pulse(int pin, int times);
67
68
void setup() {
69
- Serial.begin(19200);
+ Serial.begin(9600);
70
pinMode(LED_PMODE, OUTPUT);
71
pulse(LED_PMODE, 2);
72
pinMode(LED_ERR, OUTPUT);
0 commit comments