Add event handlers (#1)

* Add rx event handlers

* Fix compile errors and add constness

* Pass sender id

* Change api interface

* Revert changes

* Add filter fifo
This commit is contained in:
Stefano Calabretti
2021-11-30 19:34:18 +01:00
committed by GitHub
parent 503b333478
commit 90d1836dfa
6 changed files with 91 additions and 20 deletions
+3
View File
@@ -4,6 +4,9 @@
#include <stdint.h>
#include <string.h>
#define arrayLength(array) \
(sizeof(array) / sizeof(*(array)))
#define stringArrayLength(array) \
stringBufferLength((array), sizeof(array))