Files
darkwater_python_escape/examples/escapetest.py
2016-04-02 18:51:28 +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();