Description
After successfully compiling and uploading the GearsPlus example sketch (nothing changed, so MODEL == MECH
), the Giga R1 crashes immediately. I observed this in release v0.0.1 as well as with the HEAD revision.
I don't have a way to connect to Serial1
to obtain the crash dump at this time, but I will update this issue later when I do.
In the meantime, I did a little troubleshooting the ol' fashioned way: commenting out chunks until it worked, then un-commenting one piece at a time until it crashed again. I found that the crash occurs in these places:
...if I comment out those three lines, I see a walking wireframe mech character.
I understand that this is just a demo, and that the library is experimental, so I don't expect this to be any sort of a priority. I'm primarily sharing this for anyone else who might want to try the GearsPlus example.