Initial commit

This commit is contained in:
Cynopolis
2021-06-25 11:17:10 -05:00
commit f53c2b79b4
10 changed files with 295 additions and 0 deletions

17
platformio.ini Normal file
View File

@@ -0,0 +1,17 @@
; 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