Files
ardugotchi/platformio.ini
T
2026-04-24 15:46:32 +02:00

23 lines
596 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 = nanoatmega328new
framework = arduino
; Set monitor baud rate
monitor_speed = 9600
; External libraries
lib_deps =
embeddedartistry/LibPrintf@1.2.13
olikraus/U8g2@2.36.18