Initial commit
This commit is contained in:
commit
2cb72a73e8
8 changed files with 143 additions and 0 deletions
15
magic-veneer-arduino/platformio.ini
Normal file
15
magic-veneer-arduino/platformio.ini
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
; 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
|
||||
lib_deps = qub1750ul/SharpIR@^2.0.1
|
||||
Reference in a new issue