Files
Stroboscope/platformio.ini
2021-06-25 11:17:10 -05:00

18 lines
533 B
INI

; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:nanoatmega328new]
platform = atmelavr
board = nanoatmega328
framework = arduino
lib_deps =
paulstoffregen/Encoder@^1.4.1
marcoschwartz/LiquidCrystal_I2C@^1.1.4