add calculations of T & P by ADC; Release mode still have problems

This commit is contained in:
Edward Emelianov
2023-05-15 22:58:39 +03:00
parent a67da85f55
commit 54155fdca9
10 changed files with 127 additions and 24 deletions

View File

@@ -120,3 +120,7 @@ void hw_setup();
void setPWM(int nch, uint16_t val);
uint16_t getPWM(int nch);
#ifndef EBUG
void iwdg_setup();
#endif