Modularisation of library?
-
Wouldn't it good to do some modularisation the mysensor library so it is possible to just use that parts that is needed and not always to be bind to some specific Arduino hardware?
-
@still that's how the library is built, at least in general. Did you have anything specific in mind?
-
@still the compiler will only compile parts that are fit for your hardware and only the parts used will be linked in the final executable.