slow down adc to give idle some time back
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user