1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 11:44:53 +08:00

Merge branch 'boostless' of github.com:wjwwood/serial into boostless

This commit is contained in:
John Harrison 2012-01-23 11:55:34 -06:00
commit 382a7f68b0

View File

@ -5,7 +5,7 @@
void setup()
{
Serial.begin(9600);
Serial.begin(115200);
}
void loop()