5 lines
99 B
C
5 lines
99 B
C
#pragma once
|
|
|
|
/* ws2812 RGB LED */
|
|
#define RGB_DI_PIN D3
|
|
#define RGBLED_NUM 1 // Number of LEDs
|