hallboyone / RaspberryLatte

A full stack suite to add smarts to a single boiler espresso machine using a Raspberry Pi Pico as the brains.
MIT License
15 stars 1 forks source link

Added temp offset to lmt01 driver #21

Closed hallboyone closed 1 year ago

hallboyone commented 1 year ago

Added a configuration field to config.h header that defines the offset. This is passed into the setup function for the boiler's LMT01 sensor driver. Then, whenever the sensor is read, the offset is added internally.