I am working on an Arduino sketch and trying to learn about making my own library/header files. The sketch works when I have everything in a single .ino file but when I start breaking out parts of the definitions and functions into .h and .cpp files, nothing happens. I don’t get any compilation errors and the sketch uploads, but nothing at all happens after that.
Hey!
Of course you can ask questions about C here, but you might have to post your question to the General subforums where people can post all kinds of questions related to programming.