- check remote state
git-svn-id: http://moon:8086/svn/projects/HendiControl@365 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
@@ -56,7 +56,7 @@ class Pololu1376(AStirrer):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
s = Pololu1376(1.0, "/dev/ttyACM0", "115200")
|
s = Pololu1376({'dt': 1.0, "port":"/dev/ttyACM0", "speed":"115200"})
|
||||||
s.activate()
|
s.activate()
|
||||||
|
|
||||||
print ("Set some speeds")
|
print ("Set some speeds")
|
||||||
|
|||||||
Reference in New Issue
Block a user