mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
AP_HAL: moved AnalogIn example to generic examples
it is not AVR specific anymore
This commit is contained in:
parent
5b92c67286
commit
a3ef58ac92
@ -22,7 +22,7 @@ AP_HAL::AnalogSource* ch13;
|
||||
AP_HAL::AnalogSource* vcc;
|
||||
|
||||
void setup (void) {
|
||||
hal.console->printf_P(PSTR("Starting AP_HAL_AVR::AnalogIn test\r\n"));
|
||||
hal.console->printf_P(PSTR("Starting AP_HAL::AnalogIn test\r\n"));
|
||||
ch0 = hal.analogin->channel(0);
|
||||
ch1 = hal.analogin->channel(1);
|
||||
ch2 = hal.analogin->channel(2);
|
Loading…
Reference in New Issue
Block a user