mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add additional sketch that use v_percentage (#21121)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
d8597c233f
commit
aea492368a
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user