1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-07 00:04:36 +03:00

Updating to rev. 27 of Firmata.

This commit is contained in:
David A. Mellis
2009-07-30 20:48:59 +00:00
parent b6c2ce3585
commit b16871c2db
2 changed files with 3 additions and 5 deletions

View File

@@ -196,10 +196,7 @@ void setup()
pinMode(i, OUTPUT);
}
/* I2C data is not reliable at higher baud rates, you'll need to change the
baud rate on the host computer as well. To get a firmware running with
minimal effort, you can try using the default baud rate (115200) */
Firmata.begin(38400);
Firmata.begin(57600);
Wire.begin();
}