This commit is contained in:
2025-09-29 10:54:54 +03:00
parent d08c591b11
commit 3c98736017
2 changed files with 45 additions and 10 deletions

View File

@@ -48,6 +48,11 @@
#define NUM4_LED_BLUE 0x02 // Connector LE6. 2 PIN. L6-2 pin on U7.
#define NUM4_LED_GREEN 0x03 // Connector LE6. 1 PIN. L6-3 pin on U7.
#define CHANNEL_1 0x08
#define CHANNEL_2 0x04
#define CHANNEL_3 0x02
#define CHANNEL_4 0x01
#ifdef __cplusplus
extern "C"
{