APM:Libraries
|
#include <I2CDevice.h>
Public Member Functions | |
AP_HAL::OwnPtr< AP_HAL::I2CDevice > | get_device (uint8_t bus, uint8_t address, uint32_t bus_clock=400000, bool use_smbus=false, uint32_t timeout_ms=4) override |
Public Member Functions inherited from AP_HAL::I2CDeviceManager | |
virtual OwnPtr< I2CDevice > | get_device (std::vector< const char *> devpaths, uint8_t address) |
Static Public Member Functions | |
static I2CDeviceManager * | from (AP_HAL::I2CDeviceManager *i2c_mgr) |
Friends | |
class | I2CDevice |
Definition at line 84 of file I2CDevice.h.
|
inlinestatic |
|
overridevirtual |
Implements AP_HAL::I2CDeviceManager.
Definition at line 183 of file I2CDevice.cpp.
|
friend |
Definition at line 86 of file I2CDevice.h.