Beginning model for training a spell recognizer

This commit is contained in:
Lucas Oskorep
2020-03-14 17:52:56 -05:00
parent 21bcb96fea
commit fb70a81e87
5 changed files with 333 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ class DataCollectWand(Wand):
if pressed:
self.data = []
print("Button pressed")
await self.vibrate(PATTERN.BURST)
await self.vibrate(PATTERN.SHORT)
await self.reset_position()
await self.subscribe_position()
else: