mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-02 13:24:12 +01:00
Upping the baud rate to 115200.
This commit is contained in:
parent
69b06eed07
commit
ac4c326c89
@ -408,7 +408,7 @@ void pin13strobe(int count, int onInterval, int offInterval) {
|
||||
void setup() {
|
||||
byte i;
|
||||
|
||||
Serial.begin(57600); // 9600, 14400, 38400, 57600, 115200
|
||||
Serial.begin(115200); // 9600, 14400, 38400, 57600, 115200
|
||||
|
||||
// flash the pin 13 with the protocol version
|
||||
pinMode(13,OUTPUT);
|
||||
|
Loading…
Reference in New Issue
Block a user