kbaskett248 / adafruit_macropad

45 stars 21 forks source link

Process events from serial connection #14

Open kbaskett248 opened 2 years ago

kbaskett248 commented 2 years ago

This PR adds basic support for processing events over a serial connection. There is a helper app in a separate repo that sends these events. This is heavily inspired by https://github.com/kbaskett248/adafruit_macropad/pull/5.

So far, the helper has only been tested on windows. I'll give it a try on Mac soon.

kbaskett248 commented 2 years ago

@avi-perl This PR adds processing for events over a serial connection, heavily inspired by your previous PR. I'd love your feedback if you have the time.