new test files
This commit is contained in:
7
escapeservotest.py
Normal file
7
escapeservotest.py
Normal 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();
|
||||
Reference in New Issue
Block a user