-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
44 lines (42 loc) · 1.23 KB
/
platformio.ini
File metadata and controls
44 lines (42 loc) · 1.23 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
; 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:teensy32]
platform = teensy
board = teensy31
board_build.f_cpu = 144000000L
framework = arduino
;upload_port = /dev/cu.usbmodem50105201
lib_ldf_mode = chain+
lib_deps =
Wire
adafruit/Adafruit BusIO
robtillaart/PCF8574@^0.2.1
adafruit/Adafruit INA219@^1.1.0
paulstoffregen/FrequencyTimer2@^2.1
paulstoffregen/FreqCount@0.0.0-alpha+sha.15acfebff1
avandalen/Switch@^1.2.1
stevemarple/AsyncDelay@^1.1.2
paulstoffregen/OneWire@^2.3.5
paulstoffregen/PWMServo@^2.1
adafruit/Adafruit SSD1306@
adafruit/Adafruit GFX Library
locoduino/RingBuffer@^1.0.3
milesburton/DallasTemperature@^3.9.1
src_filter = ${env.src_filter} -<PD/>
[env:pdmicro]
platform = atmelavr
board = micro
framework = arduino
upload_port = /dev/cu.usbmodemHIDPC1
lib_deps =
locoduino/RingBuffer@^1.0.3
Keyboard
milesburton/DallasTemperature@^3.9.1
src_filter = ${env.src_filter} -<BB/> -<lib/> -<breadboard.h>