Controlled: Switch to baudrate 115200

This commit is contained in:
Petr Baudis 2012-06-30 23:41:59 +02:00
parent 9467c94714
commit a0e7bca3ae

View file

@ -7,7 +7,7 @@ int wait = 10;
void setup()
{
Serial.begin(38400);
Serial.begin(115200);
int i = 0, led = 0;
for (i = 0; i < NUM_TLCS; i++)
lb[i].begin(B1100000 | i);