16 lines
493 B
INI
Raw Normal View History

2022-02-04 19:22:43 +01:00
; 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
2022-02-05 11:45:00 +01:00
[env:nanoatmega328new]
2022-02-04 19:22:43 +01:00
platform = atmelavr
2022-02-05 11:45:00 +01:00
board = nanoatmega328new
2022-02-04 19:22:43 +01:00
framework = arduino
lib_deps = paulstoffregen/TimerOne@^1.1