ardupilot/libraries/AP_HAL_PX4
Lucas De Marchi 54fd3702c3 AP_HAL_PX4: embed PX4_I2C object into I2CDevice
Otherwise we would destroy PX4_I2C object after returning from
I2CDeviceManager::get_device(). Since this implementation is very
simple, just make PX4_I2C as an internal class and embed it into the
I2CDevice object.
2016-05-10 15:39:24 -03:00
..
examples/simple
AnalogIn.cpp
AnalogIn.h
AP_HAL_PX4_Namespace.h AP_HAL_PX4: use new I2CDevice interface 2016-05-10 15:12:30 -03:00
AP_HAL_PX4.h
GPIO.cpp
GPIO.h
HAL_PX4_Class.cpp AP_HAL_PX4: use new I2CDevice interface 2016-05-10 15:12:30 -03:00
HAL_PX4_Class.h
I2CDevice.cpp AP_HAL_PX4: embed PX4_I2C object into I2CDevice 2016-05-10 15:39:24 -03:00
I2CDevice.h AP_HAL_PX4: embed PX4_I2C object into I2CDevice 2016-05-10 15:39:24 -03:00
NSHShellStream.cpp
px4_param.cpp HAL_PX4: fixed build for new px4 param functions 2016-04-14 08:05:04 +10:00
RCInput.cpp
RCInput.h
RCOutput.cpp HAL_PX4: added comment on oneshot 2016-04-22 13:50:05 +10:00
RCOutput.h HAL_PX4: improved oneshot support 2016-04-16 07:30:44 +10:00
Scheduler.cpp HAL_PX4: added uartF 2016-04-20 09:39:49 +10:00
Scheduler.h
Semaphores.cpp
Semaphores.h
Storage.cpp
Storage.h
system.cpp
UARTDriver.cpp
UARTDriver.h
Util.cpp AP_HAL_PX4: correct systemid output for PX4v4 2016-04-14 13:40:27 -07:00
Util.h