bmp180 icon indicating copy to clipboard operation
bmp180 copied to clipboard

A Python module to handle the I2C communication between a Raspberry Pi and a BMP180

Results 2 bmp180 issues
Sort by recently updated
recently updated
newest added

Using Casio calculator's formula for pressure-to-altitude conversion https://keisan.casio.com/exec/system/1224585971 It takes into account of the current temperature as well.

Changes: * added check for available SMBus2 - if yes use it * added possibility to use with another bus as soon as on Raspberry it is possible to use...