Initial commit

This commit is contained in:
maddiebaka
2026-04-25 21:08:57 -04:00
parent cae249f2da
commit 55f927e62a
5 changed files with 109 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
; 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:miniatmega328]
platform = atmelavr
board = miniatmega328
framework = arduino