Updated platformIO config to reference correct libraries

This commit is contained in:
Tim AtLee
2020-07-19 13:45:29 -06:00
parent da6e3ebfb8
commit db2396eaa2

View File

@ -8,7 +8,14 @@
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env]
[env:uno]
platform = atmelavr
board = uno
framework = arduino
lib_deps =
Servo
LiquidCrystal
Keypad
arduino-timer