lots of code copied over, things filled in to hopefully get the LED matrix lighting up. untested.
6 lines
127 B
C
6 lines
127 B
C
/*
|
|
* btn.c: handler for user interface with real or capacitive buttons
|
|
*/
|
|
|
|
#include "ch32x035_conf.h"
|
|
#include "driver/adc.h" |