usk/pins.h
2023-05-18 09:35:07 +00:00

37 lines
No EOL
694 B
C

#define PIN_GLI_WS 15
#define PIN_GLI_XIAO 6
#define PIN_GLI_PICO 21
#define PIN_GLI_ITSY 24
#define PIN_LED_WS 16
#define PIN_LED_ITSY 17
#define PIN_LED_XIAO 12
#define PIN_LED_PICO 25
#define PIN_LED_PWR_XIAO 11
#define PIN_LED_RED_XIAO 17
#define PIN_LED_GRN_XIAO 16
#define PIN_LED_BLU_XIAO 25
#define PIN_SDA_WS 12
#define PIN_SDA_XIAO 3
#define PIN_SDA_PICO 19
#define PIN_SDA_ITSY 18
#define PIN_SDA_SQC 18
#define PIN_SCL_WS 13
#define PIN_SCL_XIAO 4
#define PIN_SCL_PICO 20
#define PIN_SCL_ITSY 19
#define PIN_SCL_SQC 19
#define PIN_LED_PWR_ITSY 16
#define PIN_RGB_MODE_WS 25
#define PIN_DAT 29
#define PIN_CMD 28
#define PIN_CLK 27
#define PIN_RST 26
#define PIN_TEMP_PICO 29