moved example code

This commit is contained in:
shrkey
2016-08-15 13:13:12 +01:00
parent fbc0c00192
commit 3bc5d47a66

7
escapetest.py Normal file
View File

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