1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-20 21:01:25 +03:00

Updating to Firmata-2.1beta1 (rev 23).

This commit is contained in:
David A. Mellis
2009-07-14 21:32:55 +00:00
parent e5dc169cc7
commit 3b78ba0d8c
10 changed files with 683 additions and 369 deletions

View File

@ -61,7 +61,7 @@ void setup()
servo9.attach(9);
servo10.attach(10);
Firmata.begin();
Firmata.begin(57600);
}
/*==============================================================================