1
0
mirror of synced 2025-02-17 11:08:36 +01:00

Update cmd.h

This commit is contained in:
Sucareto 2021-08-09 20:13:30 +08:00 committed by GitHub
parent ae2426f38f
commit 507daace85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
cmd.h
View File

@ -1,6 +1,6 @@
#include "FastLED.h"
#define NUM_LEDS 6
#define DATA_PIN D4
#define DATA_PIN D5
#define BRI 50
CRGB leds[NUM_LEDS];