Page 1 of 1

Code Issue :(

Posted: Mon Nov 30, 2020 7:18 pm
by pedrono_1
I have an issue with my flowcode code :(
After two loops of working correctly, my B0 stays true, but my code still reads it as false. Any solutions?



Reddit link to video: https://www.reddit.com/r/arduino/commen ... en_though/

Re: Code Issue :(

Posted: Mon Nov 30, 2020 9:29 pm
by viktor_au
Hello pedrono_1

You have a microcontroller with 3 ports.

You have 3 major components.
LCD use the portB
LED Array use portC.
Switch Array use the portB.
--------------------------------
Please have a look at:
https://www.matrixtsl.com/wiki/index.ph ... _Switches)

Re: Code Issue :(

Posted: Mon Nov 30, 2020 9:57 pm
by pedrono_1
My goodness, I feel stupid. Thank you abundantly!