Files
darkwater_python_escape/Python/examples/escapetest.py
2016-04-30 22:53:09 +01:00

8 lines
120 B
Python

import time
from dwescapeHAT import dw_PWMCONTROL, dw_PWM
dw = dw_PWMCONTROL( addr=0x61 )
s = dw.getSERVO(1)
s.off();