2023-05-25 18:37:55 +02:00
|
|
|
; 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]
|
|
|
|
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
|
|
|
|
framework = arduino
|
|
|
|
board_build.core = earlephilhower
|
|
|
|
board_build.filesystem_size = 0.5m
|
2023-06-14 05:57:04 +02:00
|
|
|
upload_port = /dev/cu.usbmodem1301
|
|
|
|
monitor_port = /dev/cu.usbmodem1301
|
|
|
|
extra_scripts = post:scripts/extra_script.py
|
2023-05-25 18:37:55 +02:00
|
|
|
|
|
|
|
[env:pico]
|
|
|
|
board = pico
|
2023-05-29 03:25:10 +02:00
|
|
|
lib_deps =
|
2023-06-01 01:00:30 +02:00
|
|
|
powerbroker2/SafeString@^4.1.27
|
|
|
|
adafruit/Adafruit NeoPixel@^1.11.0
|
2023-06-14 05:57:04 +02:00
|
|
|
adafruit/Adafruit MCP4725@^2.0.0
|
|
|
|
adafruit/Adafruit INA219@^1.2.1
|
|
|
|
robtillaart/MCP4725@^0.3.5
|
|
|
|
robtillaart/INA219@^0.1.3
|
|
|
|
bblanchon/ArduinoJson@^6.21.2
|
|
|
|
arduino-libraries/Arduino_JSON@^0.2.0
|