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 3942e85 commit 80a2154Copy full SHA for 80a2154
build/shared/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);
hardware/arduino/programmers.txt
@@ -21,4 +21,4 @@ parallel.force=true
21
arduinoisp.name=Arduino as ISP
22
arduinoisp.communication=serial
23
arduinoisp.protocol=stk500v1
24
-arduinoisp.speed=19200
+arduinoisp.speed=9600
0 commit comments