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

Fixing message in serial_example.

This commit is contained in:
William Woodall 2012-01-23 11:05:19 -06:00
parent 241daf3073
commit da2307c8a6

View File

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