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

Inconsistent API #6

Closed hallboyone closed 1 year ago

hallboyone commented 1 year ago

Some modules have hidden struct implementations (e.g. pid) while others do not (e.g. machine_settings). This should be consistent.