Hi all.
I'm sort of new to ENERGIA, I'm using tiva c series tm4c123g.
I had a task to build with 'Processing' software, and now I have to make the same with ENERGIA.
The task was, to build a game, which the computer choose a random number, and the user need to guess it, with the UP/DOWN and ENTER buttons.
The application works just fine.
As for ENERGIA, this is my code:
If the user guess right the computernumber, then ALL LEDS glows, otherwise, he get a RED LED
How can I verify that my code is working?
Thanks!