fix some bugs

This commit is contained in:
Edward Emelianov
2024-01-08 00:18:44 +03:00
parent 98b61c7e9a
commit 24a270a932
16 changed files with 265 additions and 96 deletions

View File

@@ -33,4 +33,4 @@
void adc_setup();
float getMCUtemp();
uint16_t getADCval(int nch);
float getADCvoltage(uint16_t ADCval);
float getADCvoltage(int nch);