feat(extio): Add EXTIO command data structures

Reverse engineered from a real EXTIO device, open-io
project as further reference
This commit is contained in:
icex2
2023-06-11 17:14:47 +02:00
committed by icex2
parent c22ec4fcff
commit 2bbbfccd13
3 changed files with 69 additions and 0 deletions

4
src/main/extio/Module.mk Normal file
View File

@@ -0,0 +1,4 @@
libs += extio
src_extio := \
cmd.c \