gfroerli / firmware

Firmware for the water temperature sensor project
GNU General Public License v3.0
6 stars 1 forks source link

Add tool for flashing config #92

Closed dbrgn closed 3 years ago

dbrgn commented 3 years ago

Split up code into separate sub-crates.

Add a config-flasher tool, that can flash a configuration from a TOML file to the chip.

dbrgn commented 3 years ago

Good now?

There are a few clippy warning here and there. Maybe we should add clippy to CI 🙂

Let's fix those in a separate PR.