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

@@ -89,6 +89,9 @@ int main(void){
BMP280_setup(0);
BMP280_start();
USBPU_ON();
#ifndef EBUG
iwdg_setup();
#endif
// CAN_message *can_mesg;
while(1){
IWDG->KR = IWDG_REFRESH;