add ADC & ADC monitoring

This commit is contained in:
Edward Emelianov
2026-03-10 22:40:45 +03:00
parent 8e78a12f06
commit 3802f7d2cb
15 changed files with 338 additions and 36 deletions

View File

@@ -34,4 +34,7 @@ typedef enum{
// maximal available parameter number
#define MAXPARNO 255
// default threshold for monitoring
#define ADC_THRES_DEFAULT 100
void GPIO_process();