Add project template

This commit is contained in:
Patrick Schwarz 2020-12-27 16:56:51 +01:00
parent be5b8b07c9
commit d6db74c21d
8 changed files with 132 additions and 0 deletions

14
platformio.ini Normal file
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:nanoatmega328]
platform = atmelavr
board = nanoatmega328
framework = arduino