Big update

Needs testing
This commit is contained in:
shrkey
2016-08-13 20:48:37 +01:00
parent 8627bc1649
commit fbc0c00192
19 changed files with 1486 additions and 8636 deletions

7
examples/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();