This repository has been archived on 2026-01-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
pico-clock-rewritten/platformio.ini
2024-07-07 09:52:20 +03:00

21 lines
667 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:rpipicow]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
board = rpipicow
framework = arduino
board_build.core = earlephilhower
lib_deps =
adafruit/DHT sensor library@^1.4.6
olikraus/U8g2@^2.35.19
arduino-libraries/NTPClient@^3.2.1
adafruit/Adafruit BME280 Library@^2.2.4