Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 405 Bytes

README.rst

File metadata and controls

23 lines (15 loc) · 405 Bytes

Waterlevel Monitor

Update west

Make sure to configure west to reference the manifest file (west.yml) and update all references with:

$ west update

Build and Flash the Firmware

Build and flash the firmware application with:

$ west build app -p
$ west flash

Documentation

See documentation in doc for a more details.