AnalogIn: run the example sketch a bit slower

5Hz is plenty
This commit is contained in:
Andrew Tridgell 2013-03-01 11:19:26 +11:00
parent e4fb54fcc9
commit 8ed2f7d21c

View File

@ -51,7 +51,7 @@ void loop (void) {
meas_ch12,
meas_ch13,
meas_vcc);
hal.scheduler->delay(10);
hal.scheduler->delay(200);
}
AP_HAL_MAIN();