Can I ask a question about C here?

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.

Wasn’t sure if I could ask here.
Cheers

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. :smile:

Thanks - isn’t the General subforum where we are now or is there another one?

Wait, you’re right you’re already on the General subforums :joy:

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.