Serial8 (#11)
* Using 8 bits per int for serial devices * Refactor simwind code slightly to improve performance
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
typedef struct
|
||||
{
|
||||
uint32_t litleds;
|
||||
uint8_t litleds;
|
||||
//unsigned char color_1_red;
|
||||
//unsigned char color_1_green;
|
||||
//unsigned char color_1_blue;
|
||||
|
||||
Reference in New Issue
Block a user