strane error code

Good evening

Any idea what this error code correlates to?

Sketch\libs\digitalIOPerformance\components\board_template.cpp:6:5: error: operator '%' has no left operand

I have no idea at all what the Heck that could be referring too.

thanks

  • Post a link to where you downloaded the library.
  • Tell us which version of the Arduino IDE you're using
  • Tell us which board you have selected in the Tools > Board menu
  • Post a sketch that causes the error. If possible simplify it to the least amount of code that can still cause the error. Before posting do a Tools > Auto Format and use code tags in your post(</> icon).
  • Funny picture, is that the one you meant to attach?

respectively

Thank you

I think I found your problem. If you look at the installation instructions: Home | Speeduino Manual it says:

you will need to copy all the folders from the speeduino 'libs' directory into the Arduino libraries directory

I think you didn't do that because if I compile speeduino.ino without moving the folders then I get the same error but if I move them to my {sketchbook}/libraries folder then it compiles fine. So check that and let me know what happens.

Thank you for all you help! i did extract those individual files from the LIBS zip file into a main library folder, but for some reason i had 2 library folders on my computer, so when i pasted those files into the correct library WE WERE GOLDEN :smiley: !!!!

thank you so much

Glad to hear! Enjoy speeduino, it looks like a cool project.