My own library with MyS commands
-
I want to make my own library. In that library I will put stuff that I use in all my sketches.
I will still include MySensors.h, version 2.1.1
What I want to do is to put MyMessage for 3 childs that I always use in my sketches, of course I can write it in my sketch but it looks cleaner and I want to learn more about library.
When I use MyMessage in my new library I get an error in Arduino IDE,
'MyMessage' was not declared in this scope
I guess that MyMessage is not public or something like that.Anyone that can help in correct direction?
-
@flopp The Arduino build system is 'tricky' on includes, to state it mildly...
Maybe you can get some inpiration from my Dollhouse sketches, which share the 'DemoSensorConfig' library.
-
@Yveaux
Thanks, i will have a look at it
Suggested Topics
-
Welcome
Announcements • • hek