This document describes code to read temperature and barometric pressure values from a BMP180 sensor and display them on an LCD. It includes definitions for registers used to communicate with the sensor over I2C. The code initializes the LCD, reads calibration data from the sensor, and uses a double dabble algorithm to convert sensor readings to BCD format for display on the LCD.
This document describes code to read temperature and barometric pressure values from a BMP180 sensor and display them on an LCD. It includes definitions for registers used to communicate with the sensor over I2C. The code initializes the LCD, reads calibration data from the sensor, and uses a double dabble algorithm to convert sensor readings to BCD format for display on the LCD.