From 8032397b18db0a9d564988056dbe03bfb2a6658b Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Thu, 30 Jul 2009 20:48:59 +0000 Subject: Updating to rev. 27 of Firmata. --- libraries/Firmata/examples/I2CFirmata/I2CFirmata.pde | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libraries/Firmata/examples/I2CFirmata/I2CFirmata.pde') diff --git a/libraries/Firmata/examples/I2CFirmata/I2CFirmata.pde b/libraries/Firmata/examples/I2CFirmata/I2CFirmata.pde index 3cd2451..796a8d5 100644 --- a/libraries/Firmata/examples/I2CFirmata/I2CFirmata.pde +++ b/libraries/Firmata/examples/I2CFirmata/I2CFirmata.pde @@ -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(); } -- cgit v1.2.3-18-g5258