slow down adc to give idle some time back

This commit is contained in:
2020-11-01 13:22:57 +01:00
parent 9ba1ce676b
commit 4ee027c7a4
10 changed files with 148 additions and 51 deletions

View File

@ -43,6 +43,9 @@ void my_setup_2() {
}
void my_loop() {
HAL_GPIO_TogglePin(Debug_Signal_2_GPIO_Port, Debug_Signal_2_Pin);
schExec();
logExec();
}