Hello, I just made my Nibble and I have seen tutorials of C/C++.
I am using the code version, because thereās no lists/arrays in the block code.
Iām not that good, so Iām getting compile errors lots of the time. Is there a way that I can see where I went wrong in my code? Like a thing that shows up on the line(s) of code with error?
Hey there! Glad to hear CircuitBlocks inspired you to switch over to C/C++ programming, even if that was because of the shortcomings of block programming
In the current version, for the sake of simplicity, compile errors arenāt displayed anywhere, but weāre adding that feature in the next version of CircuitBlocks which will launch with the next STEM Box product - Wheelson. That should be in about two weeks time from now, and CircuitBlocks will update automatically once the new version is released.
In the meantime, you can try using the Arduino IDE, just make sure youāre compiling your sketches for the appropriate device (selectable under Tools -> Board). If CircuitMess devices are missing from the menu, you can install them following the manual installation steps on https://github.com/CircuitMess/Arduino-Packages
Happy tinkering!
Filip
Thank you for the help!