-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
Mickael Gaillard edited this page May 16, 2020
·
3 revisions
- My winch is very slow ?
- How to change the mode of Way
- Not use RaspberryPI board, how to change board ?
check openwinch/constantes.py
file constant :
LOOP_DELAY = 0.01 # Delay in second of main loop.
WINCH_DIAM = 0.2 # Diameter in meter.
Change OW_MODE
environment variable to specific mode : Mode.OneWay
or Mode.TwoWay
Change OW_BOARD
environment variable to specific board :
- RaspberryPI :
openwinch.hardwarePi.RaspberryPi
(you can remap GPIO inhardware_config.py
file)
OpenWinch project © 2020