Support KEYBOARD and CONSUMER modes of HID on Feather M4 Express

This commit is contained in:
Josh Klar
2018-10-06 05:59:03 -07:00
parent 0b11f42cc2
commit 472b08d77b
7 changed files with 240 additions and 151 deletions

View File

@@ -52,7 +52,7 @@ class Store:
cb(self.state, action)
except Exception as e:
self.logger.error('Callback failed, moving on')
print(sys.print_exception(e), file=sys.stderr)
sys.print_exception(e)
def get_state(self):
return self.state