Skip to content

Call a variable amount of function #60

Closed Answered by AnthonyPapageo
AnthonyPapageo asked this question in Q&A
Discussion options

You must be logged in to vote

Nevermind I was not understing how it works properly, i'll just do this :

else if(OK.getSingleDebouncedPress())
	{
		for (i = 0; i<=MAX_FUNCTIONS;i++)
		{
			menu.call_function(i);
		}
	}

Sorry for creating an issue, have a great day

Anthony

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by VasilKalchev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
type: question Need help using the repository.
1 participant
Converted from issue

This discussion was converted from issue #23 on November 04, 2021 19:36.