You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
refac: create a js class to the arduino Uno Q interaction (#37)
* feat: implement ArduinoUnoQ class for enhanced LED and matrix control
* fix: update ArduinoUnoQ connection to use dynamic hostname
* refactor: update ArduinoUnoQ integration to use default host and enhance object detection methods
* refactor: update ArduinoUnoQ import statements for consistency
* fix: revert DEFAULT_HOST to use dynamic hostname for improved flexibility
* refactor: standardize import statement formatting for ArduinoUnoQ across multiple files
* refactor: update ArduinoUnoQ import statements for consistency across multiple files
* docs: update installation instructions for clarity and formatting consistency