Page 1 of 1

Problems simulating C code generated by flowcode 9

Posted: Fri May 20, 2022 7:56 pm
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?

Re: Problems simulating C code generated by flowcode 9

Posted: Sun May 22, 2022 11:12 am
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.