Problems simulating C code generated by flowcode 9
-
- 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
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?
-
- Matrix Staff
- Posts: 1472
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 204 times
- Been thanked: 348 times
Re: Problems simulating C code generated by flowcode 9
You could try replacing the "#include" statement with the contents of that file. That's essentially what the #include does by the preprocessor.