EmotiBit / EmotiBit_Plugins

Examples and information to make EmotiBit plugins
MIT License
0 stars 0 forks source link

feat v1.0.9 ardalgorithm #8

Closed ThomasNels closed 2 weeks ago

ThomasNels commented 3 weeks ago

Description

This PR was focused on adding the Arduino capability to the examples. It fully fleshes out the work with documentation on how to run the program. To be clear, this program creates an Arduino sketch and then runs that through the EmotiBit firmware.

Requirements

Issues Referenced

Documentation update

Notes for Reviewer

Testing

To test this program please follow the steps given in README_ard.md. For this pull request, please leave the README_py.md untouched and do not anything related to it. I am currently in the process of testing it myself.

Results

This program should output the number 5. This is specifically done in the serial monitor of the Arduino IDE. If this result is achieved the test is a success.

Feature Tests

N/A

Checklist to allow merge

Screenshots:

ThomasNels commented 2 weeks ago

This PR will be closed due to issues with multiple sources of truth with the Arduino IDE and time constraints. An issue will be created if this would be continued in the future for something else.