Problems simulating C code generated by flowcode 9

For general Flowcode discussion that does not belong in the other sections.
Post Reply
OderlandoAbril
Posts: 10
http://meble-kuchenne.info.pl
Joined: Tue Apr 06, 2021 6:06 pm
Has thanked: 2 times
Been thanked: 1 time

Problems simulating C code generated by flowcode 9

Post by OderlandoAbril »

Hello everybody. I'm having some difficulties doing simulations with Arduino, specifically on the "Tinkercad" and "wokwi" sites. I already used the C code generated by flowcode 9 in the Arduino IDE, it works normally. But when I use the C code on the sites mentioned, it doesn't work. I noticed that a directory is used that is in "C:\ProgramData\MatrixTSL\FlowcodeV9\CAL\includes.c". Is there any way to load this directory to the site and try to do the simulation?

Steve-Matrix
Matrix Staff
Posts: 1234
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 167 times
Been thanked: 277 times

Re: Problems simulating C code generated by flowcode 9

Post by Steve-Matrix »

You could try replacing the "#include" statement with the contents of that file. That's essentially what the #include does by the preprocessor.

Post Reply