CT card didn't inherit ExpansionCard, crap

This commit is contained in:
Siwat Sirichai 2024-02-27 01:02:50 +07:00
parent 7e3b0b992a
commit 581a5b4fd0
3 changed files with 16 additions and 16 deletions

View file

@ -46,4 +46,4 @@ void tempoutupdatedisplay(char* value);
void weatherupdatedisplay(char* value);
void pmfanspeedupdatedisplay(char* value);
void pmswitchupdatedisplay(char* value);
float adc2current(uint16_t adc_value);
float adcToCurrent(uint16_t adc_value);