diff options
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ # iot-contact iot-contact is an IoT device to check if doors and windows are closed or open. +Furthermore roller shutter motors should be controlled. ## Usage @@ -11,7 +12,7 @@ cmake -Bbuild -GNinja ninja -C build ``` -The resulting firmware can be flashed via an ST-LINK debugger / programmer. +The resulting firmware can be flashed via a ST-LINK debugger / programmer. ``` st-flash --connect-under-reset write build/fw/zephyr/zephyr.bin 0x8000000 |