sudar / DCMotorBot

An Arduino library, that allows you to control bots created using DC motors
http://hardwarefun.com/projects/dc-motor-bot
17 stars 13 forks source link

I use platformio.org - can we add the project to its library register? #5

Open drnic opened 7 years ago

drnic commented 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

[env:uno]
platform = atmelavr
board = uno
framework = arduino
lib_deps =
  https://github.com/sudar/DCMotorBot
rookie-code commented 6 years ago

i don't test it, sorry !