Beginning model for training a spell recognizer
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user