13 lines
160 B
C
13 lines
160 B
C
|
/*
|
||
|
* userio.h: reacting when you fiddle with buttons, switches, and knobs
|
||
|
*
|
||
|
* file creation: 20231016 1505
|
||
|
*/
|
||
|
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
|
||
|
|
||
|
void userio_parse();
|