ardupilot/libraries/AP_HAL
Andrew Tridgell 60d3df50ae AP_HAL: changed delay() to take a uint16_t
this allows for up to 32 second delays, and saves a bit of flash space
2012-12-20 14:53:23 +11:00
..
utility AP_HAL: BetterStream gets vprintf and vprintf_P methods 2012-12-20 14:53:22 +11:00
AP_HAL.h AP_HAL: Add Util member for string utilities 2012-12-20 14:52:37 +11:00
AP_HAL_Boards.h AP_HAL: added AP_HAL_BOARD_DRIVER define 2012-12-20 14:52:33 +11:00
AP_HAL_Namespace.h AP_HAL: Add Util member for string utilities 2012-12-20 14:52:37 +11:00
AnalogIn.h AP_HAL: AnalogIn uses only sized int types 2012-12-20 14:51:33 +11:00
Console.h AP_HAL: Console uses only sized int types 2012-12-20 14:51:33 +11:00
GPIO.h AP_HAL: use sized ints in GPIO 2012-12-20 14:51:33 +11:00
HAL.h AP_HAL: Add Util member for string utilities 2012-12-20 14:52:37 +11:00
I2CDriver.h AP_HAL: I2CDriver bug fixed for pure virtual base class 2012-12-20 14:52:31 +11:00
RCInput.h AP_HAL: RCInput has overrides 2012-12-20 14:51:34 +11:00
RCOutput.h AP_HAL_AVR: RCOutput tested implementation for APM2 2012-12-20 14:51:21 +11:00
SPIDriver.h AP_HAL: add bulk transaction to SPIDeviceDriver 2012-12-20 14:52:32 +11:00
Scheduler.h AP_HAL: changed delay() to take a uint16_t 2012-12-20 14:53:23 +11:00
Semaphore.h AP_HAL: move AP_Semaphore to be part of the HAL 2012-12-20 14:51:30 +11:00
Storage.h AP_HAL Storage: use a int type rather than pointer type for location 2012-12-20 14:51:29 +11:00
UARTDriver.h AP_HAL: remove EmptyUARTDriver 2012-12-20 14:52:30 +11:00
Util.h AP_HAL: Add Util member for string utilities 2012-12-20 14:52:37 +11:00