mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
AnalogIn: run the example sketch a bit slower
5Hz is plenty
This commit is contained in:
parent
e4fb54fcc9
commit
8ed2f7d21c
@ -51,7 +51,7 @@ void loop (void) {
|
||||
meas_ch12,
|
||||
meas_ch13,
|
||||
meas_vcc);
|
||||
hal.scheduler->delay(10);
|
||||
hal.scheduler->delay(200);
|
||||
}
|
||||
|
||||
AP_HAL_MAIN();
|
||||
|
Loading…
Reference in New Issue
Block a user