tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
608 stars 192 forks source link

bmp180: add ReadAltitude() function copied from BMP280 driver #512

Closed deadprogram closed 1 year ago

deadprogram commented 1 year ago

This PR adds the same ReadAltitude() function to the BMP180 drive copied from BMP280 driver.

deadprogram commented 1 year ago

Anyone with any feedback on this PR?

deadprogram commented 1 year ago

Merging since it is just copied from the other driver's code.