1
0
mirror of synced 2024-11-23 23:50:56 +01:00

Update Arduino-Aime-Reader.ino

This commit is contained in:
Sucareto 2021-08-29 15:32:43 +08:00 committed by GitHub
parent 1b6174d696
commit d24e827657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ void SerialCheck() {
void setup() {
SerialDevice.begin(38400);
// SerialDevice.begin(119200);//high_baudrate=true
// SerialDevice.begin(115200);//high_baudrate=true
SerialDevice.setTimeout(0);
FastLED.addLeds<WS2812B, DATA_PIN, GRB>(leds, NUM_LEDS);
FastLED.setBrightness(50);