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

Machine parameters #5

Closed hallboyone closed 1 year ago

hallboyone commented 1 year ago

A major update. Adds full functionality to use, modify, save, load, and view machine settings in the RaspberryLatte firmware. This adds the following libraries

Additionally, espresso_machine was modified to incorporate this new functionality. Finally, a bug in i2c_bus was fixed where multi-byte addresses were sent in the wrong order.