Browse Source

AnalogIn: run the example sketch a bit slower

5Hz is plenty
master
Andrew Tridgell 12 years ago
parent
commit
8ed2f7d21c
  1. 2
      libraries/AP_HAL/examples/AnalogIn/AnalogIn.pde

2
libraries/AP_HAL/examples/AnalogIn/AnalogIn.pde

@ -51,7 +51,7 @@ void loop (void) { @@ -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…
Cancel
Save