Browse Source

try fix adc error

master
zhaohe 3 years ago
parent
commit
4fb2302d73
  1. 4
      APP/main.c
  2. 1015
      project_ozone/Listings/project_o.map
  3. 14
      project_ozone/project_o.uvgui.zel
  4. 2
      zes8p5066lib

4
APP/main.c

@ -434,7 +434,6 @@ void exception_monitor_schedule() {
}
}
void dumpfanpower() { printf("%f\n", mf_fan_get_power()); }
int main(void) {
SystemInit(); //
@ -478,6 +477,9 @@ int main(void) {
// DO_IT_EACH_MS(100) { dumpfanpower(); }
// END();
// DO_IT_EACH_MS(500) { dumpstate(); }
// END();
//
if (0x01 == IWDT_GetFlagStatus()) IWDT_Clear();
}

1015
project_ozone/Listings/project_o.map
File diff suppressed because it is too large
View File

14
project_ozone/project_o.uvgui.zel
File diff suppressed because it is too large
View File

2
zes8p5066lib

@ -1 +1 @@
Subproject commit 55af3285a5274efafc730b5b3b994c940b81322d
Subproject commit f616126971316e5dcef47057080a55c5f60a6801
Loading…
Cancel
Save