Implement first working version of DMX receiver. Might still be buggy

This commit is contained in:
2022-07-07 17:40:25 +02:00
parent 60f1923abe
commit 8dc30f15fb
3 changed files with 16 additions and 6 deletions

View File

@@ -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)
/**