Files
darkwater_python_escape/examples/escapetest.py
shrkey 29e4ce0916 test
2016-03-31 22:46:42 +01:00

8 lines
123 B
Python

import time
from dw640HAT import dw_MotorCONTROL, dw_DCMotor
dw = dw_PWMCONTROL( addr=0x61 )
m = dw.getMotor(2)
m.off();