Replies: 1 comment
-
I believe this was solved - turns out the source this was grabbed from had a typo and did not declare the variable |
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 using a project that uses HID-Project.
Original at https://github.com/travisolbrich/Arduino-Emulated-Raildriver
It throws an error in the setup function.
rawhidData not declared.
I don't see where it's declared in the setup function (see below)
Does anyone know if it should be coming in via HID-Project.h?
I added HID-Project 2.8.4 in the Arduino IDE (2.2.1) via the library manager.
Here's a code snippet that's failing:
Beta Was this translation helpful? Give feedback.
All reactions