1
0
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:
David A. Mellis 2008-02-16 19:31:38 +00:00
parent 69b06eed07
commit ac4c326c89

View File

@ -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);