ardupilot/libraries/AP_HAL_AVR
Pat Hickey c56c4ae240 Various example sketches: hal.uart0->begin(115200) is redundant. use console.
just assume uart0 is initialized by the HAL, because it is. DRY.
also, don't ever use uart0 explicitly in example sketches, use console
and let the hal figure it out.
2012-12-20 14:51:25 +11:00
..
examples Various example sketches: hal.uart0->begin(115200) is redundant. use console. 2012-12-20 14:51:25 +11:00
utility AP_HAL_AVR: fixup in vprintf header 2012-12-20 14:51:24 +11:00
AP_HAL_AVR.cpp AP_HAL: add ConsoleDriver interface 2012-12-20 14:51:24 +11:00
AP_HAL_AVR.h AP_HAL_AVR: implement ::init method in derived HAL_AVR class. 2012-12-20 14:51:19 +11:00
AP_HAL_AVR_Namespace.h AP_HAL: implement DigitalSource abstraction 2012-12-20 14:51:25 +11:00
AnalogIn.h AP_HAL_AVR: AnalogIn implemented 2012-12-20 14:51:23 +11:00
AnalogIn_ADC.cpp AP_HAL_AVR: AnalogIn implemented 2012-12-20 14:51:23 +11:00
AnalogIn_APM1.cpp AP_HAL_AVR: AnalogIn implemented 2012-12-20 14:51:23 +11:00
AnalogIn_APM2.cpp AP_HAL_AVR: AnalogIn implemented 2012-12-20 14:51:23 +11:00
AnalogIn_Common.cpp AP_HAL_AVR: AnalogIn implemented 2012-12-20 14:51:23 +11:00
Console.cpp AP_HAL_AVR Console: bugfix on buffer bytes free vs used 2012-12-20 14:51:25 +11:00
Console.h AP_HAL_AVR: Finished implementation of AVRConsoleDriver 2012-12-20 14:51:24 +11:00
Dataflash.h AP_HAL_AVR Dataflash implemented, tested for APM2 2012-12-20 14:51:21 +11:00
Dataflash_APM1.cpp AP_HAL_AVR Dataflash implemented, tested for APM2 2012-12-20 14:51:21 +11:00
Dataflash_APM2.cpp AP_HAL_AVR Dataflash implemented, tested for APM2 2012-12-20 14:51:21 +11:00
Dataflash_common.cpp AP_HAL_AVR Dataflash implemented, tested for APM2 2012-12-20 14:51:21 +11:00
GPIO.cpp AP_HAL: implement DigitalSource abstraction 2012-12-20 14:51:25 +11:00
GPIO.h AP_HAL: implement DigitalSource abstraction 2012-12-20 14:51:25 +11:00
HAL_AVR.cpp AP_HAL_AVR: I2CDriver initialize in HAL init 2012-12-20 14:51:25 +11:00
HAL_AVR.h AP_HAL_AVR: trivial ConsoleDriver implementation 2012-12-20 14:51:24 +11:00
I2CDriver.cpp AP_HAL_AVR: I2CDriver initialize in HAL init 2012-12-20 14:51:25 +11:00
I2CDriver.h AP_HAL_AVR: I2CDriver initialize in HAL init 2012-12-20 14:51:25 +11:00
RCInput.h AP_HAL_AVR: proper RCInput implementations for APM1 and APM2 2012-12-20 14:51:20 +11:00
RCInput_APM1.cpp AP_HAL_AVR RCInput: fixes found in testing 2012-12-20 14:51:21 +11:00
RCInput_APM2.cpp AP_HAL_AVR RCInput: fixes found in testing 2012-12-20 14:51:21 +11:00
RCOutput.h AP_HAL_AVR wibble: s/OUT/CH_/g to be more clear 2012-12-20 14:51:21 +11:00
RCOutput_APM1.cpp AP_HAL_AVR: bugfix to RCOutput_APM1 driver CH5 and CH6 2012-12-20 14:51:21 +11:00
RCOutput_APM2.cpp AP_HAL_AVR: RCOutput_APM2, bugfix to get_freq on CH_10 and CH_11 2012-12-20 14:51:21 +11:00
SPIDriver.cpp AP_HAL_AVR: bugfix to SPIDriver.cpp 2012-12-20 14:51:22 +11:00
SPIDriver.h AP_HAL_AVR: Implemented SPIDriver based on Arduino, but it doesn't work yet 2012-12-20 14:51:21 +11:00
Scheduler.cpp AP_HAL_AVR: Scheduler extensions implemented 2012-12-20 14:51:22 +11:00
Scheduler.h AP_HAL_AVR: Scheduler extensions implemented 2012-12-20 14:51:22 +11:00
Storage.cpp AP_HAL Storage: trivial interface and implementation wraps avr/eeprom funcs 2012-12-20 14:51:21 +11:00
Storage.h AP_HAL Storage: trivial interface and implementation wraps avr/eeprom funcs 2012-12-20 14:51:21 +11:00
UARTDriver.cpp AP_HAL_AVR: vprintf implementation exists outside of class hierchary. 2012-12-20 14:51:24 +11:00
UARTDriver.h AP_HAL_AVR: vprintf implementation exists outside of class hierchary. 2012-12-20 14:51:24 +11:00