Code Issue :(

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
pedrono_1
Posts: 2
Joined: Mon Nov 30, 2020 7:11 pm
Contact:

Code Issue :(

Post 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/
Attachments
Fridge Door.fcfx
(16.67 KiB) Downloaded 129 times
Fridge Door 30_11_2020 18_15_23.png
Fridge Door 30_11_2020 18_15_23.png (137.56 KiB) Viewed 1550 times

viktor_au
Posts: 342
Joined: Fri Jan 26, 2018 12:30 pm
Location: South Australia
Has thanked: 43 times
Been thanked: 60 times
Contact:

Re: Code Issue :(

Post 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)

pedrono_1
Posts: 2
Joined: Mon Nov 30, 2020 7:11 pm
Contact:

Re: Code Issue :(

Post by pedrono_1 »

My goodness, I feel stupid. Thank you abundantly!

Post Reply