Code to control a servomotor with a Myoware sensor
This is a Platformio project. To compile and upload the firmware to one of the supported boards, run the following command:
~/Myoware-servo-control$ platformio run --target upload
The main.ino file located inside the src folder can also be uploaded with the Arduino IDE. Make sure that the libraries located inside the lib folder are installed in the Arduino environment.
This work is licensed under the GPL v3 License.