mirror of
https://github.com/brmlab/ledbar.git
synced 2025-06-09 05:14:03 +02:00
Controlled: Switch to baudrate 115200
This commit is contained in:
parent
9467c94714
commit
a0e7bca3ae
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue