mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-25 06:22:11 +03:00
Updating to Firmata-2.1beta1 (rev 23).
This commit is contained in:
@ -28,7 +28,7 @@ void setup()
|
||||
servo9.attach(9);
|
||||
servo10.attach(10);
|
||||
|
||||
Firmata.begin();
|
||||
Firmata.begin(57600);
|
||||
}
|
||||
|
||||
void loop()
|
||||
|
Reference in New Issue
Block a user