ardupilot/libraries/AP_HAL_Empty
Andrew Tridgell 6eee2421cc AP_HAL: removed RCInput valid_channels() and added new_input() and num_channels()
the valid_channels() method was inconsistently implemented between
boards, and served two quite different purposes. It is clearer as two
functions
2014-03-25 14:39:41 +11:00
..
examples/empty_example
AP_HAL_Empty.h
AP_HAL_Empty_Main.h
AP_HAL_Empty_Namespace.h HAL_Empty: removed Console driver 2013-10-05 18:32:35 +10:00
AP_HAL_Empty_Private.h HAL_Empty: removed Console driver 2013-10-05 18:32:35 +10:00
AnalogIn.cpp AP_HAL: added board_voltage AnalogIn method 2014-02-14 21:25:38 +11:00
AnalogIn.h AP_HAL: added board_voltage AnalogIn method 2014-02-14 21:25:38 +11:00
GPIO.cpp AP_HAL: convert to unix file format 2013-09-19 16:26:14 +10:00
GPIO.h AP_HAL: convert to unix file format 2013-09-19 16:26:14 +10:00
HAL_Empty_Class.cpp HAL_Empty: no uartE 2014-02-26 08:19:18 +11:00
HAL_Empty_Class.h
I2CDriver.cpp HAL_EMPTY: prevent valgrind errors 2013-11-23 18:50:55 +11:00
I2CDriver.h
PrivateMember.cpp
PrivateMember.h
RCInput.cpp AP_HAL: removed RCInput valid_channels() and added new_input() and num_channels() 2014-03-25 14:39:41 +11:00
RCInput.h AP_HAL: removed RCInput valid_channels() and added new_input() and num_channels() 2014-03-25 14:39:41 +11:00
RCOutput.cpp AP_HAL: removed unused enable_mask and disable_mask functions 2014-01-16 17:16:17 +11:00
RCOutput.h AP_HAL: removed unused enable_mask and disable_mask functions 2014-01-16 17:16:17 +11:00
SPIDriver.cpp
SPIDriver.h
Scheduler.cpp HAL_Empty: updates for AP_HAL::MemberProc 2013-09-30 20:56:15 +10:00
Scheduler.h HAL_Empty: updates for AP_HAL::MemberProc 2013-09-30 20:56:15 +10:00
Semaphores.cpp
Semaphores.h
Storage.cpp
Storage.h
UARTDriver.cpp HAL_Empty: implement a dummy buffered write 2013-10-03 12:21:08 +10:00
UARTDriver.h HAL_Empty: implement a dummy buffered write 2013-10-03 12:21:08 +10:00
Util.h AP_HAL_Empty: convert to new AP_HAL printf 2013-09-21 13:29:22 +10:00