Skip to content
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

Open
domonetic opened this issue Oct 24, 2014 · 4 comments
Open

Error with examples MenuBackend #40

domonetic opened this issue Oct 24, 2014 · 4 comments

Comments

@domonetic
Copy link

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

@robertinant
Copy link

Sorry, I thought this was Energia related!

@dbarragan
Copy link
Contributor

The library works fine in Wiring, could you confirm this with the latest version of Arduino?

@techfixpros
Copy link

techfixpros commented Oct 12, 2016

Please see http://uecide.org/forum/viewtopic.php?f=14&t=284

Add the following before MenuBackend(menuUseEvent,menuChangeEvent);

void menuChangeEvent(MenuChangeEvent changed);
void menuUseEvent(MenuUseEvent used);

@AlexanderBrevig
Copy link
Member

I've made an issue about this over at arduino/arduino-builder#180

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants