PX4 Firmware
PX4 Autopilot Software http://px4.io
LPS22HB.cpp File Reference

Driver for the LPS22HB barometer connected via I2C or SPI. More...

#include "LPS22HB.hpp"
Include dependency graph for LPS22HB.cpp:

Go to the source code of this file.

Macros

#define LPS22HB_CONVERSION_INTERVAL   (1000000 / 25) /* microseconds */
 

Detailed Description

Driver for the LPS22HB barometer connected via I2C or SPI.

Definition in file LPS22HB.cpp.

Macro Definition Documentation

◆ LPS22HB_CONVERSION_INTERVAL

#define LPS22HB_CONVERSION_INTERVAL   (1000000 / 25) /* microseconds */

Definition at line 43 of file LPS22HB.cpp.

Referenced by LPS22HB::init(), LPS22HB::ioctl(), and LPS22HB::Run().