diff options
author | xengineering <me@xengineering.eu> | 2025-02-14 09:21:19 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-02-14 09:21:19 +0100 |
commit | 7966ad56d007196fff79c80835c88e25de5f064e (patch) | |
tree | 35b0c58a62f6928b3760c63f9fef89b1157955ca /README.md | |
parent | 298cb131149f583ab986ee69901765c3dbcce674 (diff) | |
download | iot-contact-7966ad56d007196fff79c80835c88e25de5f064e.tar iot-contact-7966ad56d007196fff79c80835c88e25de5f064e.tar.zst iot-contact-7966ad56d007196fff79c80835c88e25de5f064e.zip |
Update project definition
Diffstat (limited to 'README.md')
-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 |