Replies: 1 comment
-
You might not be using the latest version of the master branch. It compiles correctly for me, and it also works in the CI: https://github.com/tttapa/Control-Surface/actions/workflows/examples.yaml Make sure that you do not have any old versions of the library installed, and then download and install the latest Please post the actual code as text instead of images of text (use the ```cpp
// your code here
``` |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to add some LED to a simple controller, but I can't get the input elements to work (NoteLED and others). Even following the examples I cannot get it to work.
Here is the code and error message:
I'm using an arduino uno and the official IDE, I imported the library using Sketch > Include Library > Add .ZIP library. The zip I used is the master branch.
Beta Was this translation helpful? Give feedback.
All reactions