MySensors without the Arduino standard library
-
Hello all,
Is it possible to use the MySensors library without the Arduino standard library ?
I want to program an AVR in bare C and use the MySensors library on it.
-
Currently I don't think it's possible, there are too many dependencies on arduino. But the aim is that we separate those dependencies from the core. So we have a more portable codebase.