new test files

This commit is contained in:
shrkey
2016-08-15 20:15:04 +01:00
parent 3bc5d47a66
commit be274990aa
2 changed files with 7 additions and 0 deletions

7
escapeservotest.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();