Open drnic opened 7 years ago
http://docs.platformio.org/en/latest/librarymanager/creating.html#register
For others, currently you'll need to reference the library via its git URL in your platformio.ini
platformio.ini
[env:uno] platform = atmelavr board = uno framework = arduino lib_deps = https://github.com/sudar/DCMotorBot
i don't test it, sorry !
http://docs.platformio.org/en/latest/librarymanager/creating.html#register
For others, currently you'll need to reference the library via its git URL in your
platformio.ini