|
modm API documentation
|
Classes | |
| class | modm::bmp581< Transport > |
| template<typename T > | |
| concept | modm::Bmp581Transport |
lbuild module: modm:driver:bmp581
The BMP581 is a high-performance barometric pressure sensor from Bosch Sensortec with excellent accuracy and low power consumption.
Key features:
Unlike older BMP sensors like the BMP085, the BMP581 outputs calibrated data directly, which means no calibration coefficient compensation needs to be done in software.
| concept modm::Bmp581Transport |
Concept for BMP581 transport layer
A transport must provide methods for reading and writing registers.