diff options
| author | Nathan Perry <np@npry.dev> | 2024-10-23 22:57:18 -0400 |
|---|---|---|
| committer | Nathan Perry <np@npry.dev> | 2024-10-23 22:57:18 -0400 |
| commit | 9c07c2b85d908f699f8ba590b1d60232157eca90 (patch) | |
| tree | 750796b85ad46e1aff8f55da2d1e9f081ee208d6 /test_fw/platformio.ini | |
| parent | f2fc1133d5ddf507d92192310f3f3c71fb1c0ba7 (diff) | |
test_fw: read veml and bme
Diffstat (limited to 'test_fw/platformio.ini')
| -rw-r--r-- | test_fw/platformio.ini | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test_fw/platformio.ini b/test_fw/platformio.ini new file mode 100644 index 0000000..661a561 --- /dev/null +++ b/test_fw/platformio.ini @@ -0,0 +1,9 @@ +[env:pico] +platform = raspberrypi +board = pico +framework = arduino +lib_deps = + adafruit/Adafruit BME680 Library@^2.0.5 + etlcpp/Embedded Template Library@^20.39.4 +build_flags = + -std=c++2a |
