wip:
This commit is contained in:
@@ -19,11 +19,11 @@
|
|||||||
|
|
||||||
static const uint8_t _encoder_matrix[7][4] = {
|
static const uint8_t _encoder_matrix[7][4] = {
|
||||||
{0x03, 0x02, 0x01, 0x00},
|
{0x03, 0x02, 0x01, 0x00},
|
||||||
{0x03 | 0x20, 0x00, 0x01, 0x00},
|
{0x23, 0x00, 0x01, 0x00},
|
||||||
{0x03 | 0x10, 0x02, 0x00, 0x00},
|
{0x13, 0x02, 0x00, 0x00},
|
||||||
{0x03, 0x05, 0x04, 0x00},
|
{0x03, 0x05, 0x04, 0x00},
|
||||||
{0x03, 0x03, 0x04, 0x00 | 0x10},
|
{0x03, 0x03, 0x04, 0x00},
|
||||||
{0x03, 0x05, 0x03, 0x00 | 0x20},
|
{0x03, 0x05, 0x03, 0x00},
|
||||||
};
|
};
|
||||||
|
|
||||||
static QueueHandle_t _queue_handle = NULL;
|
static QueueHandle_t _queue_handle = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user