Implement first working version of DMX receiver. Might still be buggy
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#define DMX_UNIVERSE_SIZE (255u)
|
||||
#define DMX_UNIVERSE_SIZE (512u)
|
||||
#define DMX_USED_CHANNEL_COUNT (129u)
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user