Initialize docs and hello display

This commit is contained in:
2026-05-26 21:09:10 +03:00
commit db5ae6eb6b
11 changed files with 377 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
; 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