AP_HAL: moved AnalogIn example to generic examples

it is not AVR specific anymore
This commit is contained in:
Andrew Tridgell 2013-02-22 12:50:47 +11:00
parent 5b92c67286
commit a3ef58ac92
3 changed files with 1 additions and 1 deletions

View File

@ -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);