-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
31 lines (30 loc) · 1014 Bytes
/
platformio.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
; 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:teensy41]
platform = platformio/teensy@^4.18.0
board = teensy41
framework = arduino
build_flags = -I include -D IS_ARDUINO=1 -O3
lib_ignore =
old ; ignore old versions of libraries (placed in lib/old). To be removed in the future
lib_deps =
hideakitai/ArduinoEigen@^0.3.0
adafruit/Adafruit LSM6DS@^4.7.0
adafruit/Adafruit LIS3MDL@^1.2.1
adafruit/Adafruit AHRS@^2.3.3
adafruit/Adafruit Unified Sensor@^1.1.13
adafruit/Adafruit BusIO@^1.14.5
Wire
SPI
adafruit/Adafruit Sensor Calibration@^1.1.5
EEPROM
SD = https://github.com/PaulStoffregen/SD/archive/refs/heads/master.zip
stm32duino/STM32duino VL53L4CX@^1.1.0
bogde/HX711@^0.7.5