PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Public Member Functions | |
LPS22HB_I2C (int bus) | |
virtual | ~LPS22HB_I2C ()=default |
virtual int | read (unsigned address, void *data, unsigned count) |
virtual int | write (unsigned address, void *data, unsigned count) |
Protected Member Functions | |
virtual int | probe () |
Definition at line 46 of file LPS22HB_I2C.cpp.
LPS22HB_I2C::LPS22HB_I2C | ( | int | bus | ) |
Definition at line 66 of file LPS22HB_I2C.cpp.
Referenced by LPS22HB_I2C_interface().
|
virtualdefault |
|
protectedvirtual |
Definition at line 72 of file LPS22HB_I2C.cpp.
References DEVICE_DEBUG, LPS22HB_ID_WHO_AM_I, OK, read(), and WHO_AM_I.
|
virtual |
Definition at line 109 of file LPS22HB_I2C.cpp.
Referenced by probe().
|
virtual |
Definition at line 94 of file LPS22HB_I2C.cpp.