Upping the baud rate to 115200.

This commit is contained in:
David A. Mellis 2008-02-16 19:31:38 +00:00
parent d9fe4c8059
commit ed8d8ec50d
1 changed files with 1 additions and 1 deletions

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