Builds, but is not yet usable in any way nor is anything tested.

This includes ADC reading, basic RGBLED control, and init code. Still need to do probe, user IO including mode select and settings, RGBLED programs, and more.
This commit is contained in:
true
2023-10-16 14:29:23 -07:00
parent cc2ddb2485
commit 096131b87b
13 changed files with 972 additions and 0 deletions

10
include/adc.h Normal file
View File

@@ -0,0 +1,10 @@
/*
* adc.c: probe, user config, and user IO (switch and button) reading
*
* file creation: 20231016 0102
*/
void adc_init();
void adc_next();