quick example update for now

This commit is contained in:
shrkey
2016-04-02 18:51:28 +01:00
parent d3db049d49
commit ae0c645a2b

View File

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