1 2 3 4 5 6 7 8 9 10 11
pub const BOOTLOADER_HELLO_EVENT_CODE: u16 = 0x0000;
pub const PROGRAMMER_HELLO_EVENT_CODE: u16 = 0x0001;
pub const PROGRAMMER_START_UPLOAD_EVENT_CODE: u16 = 0x0002;
pub const ACK_EVENT_CODE: u16 = 0x0003;
pub const DATA_EVENT_CODE: u16 = 0x0004;
pub const CONFIGURATOR_HELLO_EVENT_CODE: u16 = 0x0005;
pub const BCM_CHANGE_BRIGHTNESS_EVENT_CODE: u16 = 0x0006;