19 lines
548 B
INI
19 lines
548 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:mkr1000USB]
|
|
platform = atmelsam
|
|
board = mkr1000USB
|
|
framework = arduino
|
|
lib_deps =
|
|
arduino-libraries/WiFi101@^0.16.1
|
|
olikraus/U8g2@^2.36.18
|
|
adafruit/DHT sensor library@^1.4.7
|