Add additional sketch that use v_percentage (#21121)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
gryzli133 2022-01-24 08:40:45 +01:00 committed by GitHub
parent d8597c233f
commit aea492368a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,3 +149,9 @@ void receive(const MyMessage &message) {
} }
} }
``` ```
## Sketch example with position measurement based on motor running time
This sketch is ideally for star topology wiring. You can run up to 12 covers with a single Arduino Mega board and some relays. All you need to set is one line of parameters for one Cover. However, you can also use it for a single cover based on an Arduino Nano or even an ESP8266 board.
[Check out the code on GitHub.](https://github.com/gryzli133/RollerShutterSplit)