-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with examples MenuBackend #40
Comments
Sorry, I thought this was Energia related! |
The library works fine in Wiring, could you confirm this with the latest version of Arduino? |
Please see http://uecide.org/forum/viewtopic.php?f=14&t=284 Add the following before
|
I've made an issue about this over at arduino/arduino-builder#180 |
im testing this library but can run with arduino 1.05
C:\Users\Maxi\Documents\uecide\libraries\MenuBackend\examples\HelloMenu\HelloMenu.pde:18: error: 'menuUseEvent' was not declared in this scope
C:\Users\Maxi\Documents\uecide\libraries\MenuBackend\examples\HelloMenu\HelloMenu.pde:18: error: 'menuChangeEvent' was not declared in this scope
If change menuUseEvent for MenuUseEvent
C:\Users\Maxi\Documents\uecide\libraries\MenuBackend\examples\HelloMenu\HelloMenu.pde:18: error: expected primary-expression before '(' token
C:\Users\Maxi\Documents\uecide\libraries\MenuBackend\examples\HelloMenu\HelloMenu.pde:18: error: expected primary-expression before ',' token
C:\Users\Maxi\Documents\uecide\libraries\MenuBackend\examples\HelloMenu\HelloMenu.pde:18: error: expected primary-expression before ')' token
The text was updated successfully, but these errors were encountered: