-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathplatformio.ini
25 lines (24 loc) · 869 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
; 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:eyes]
;platform = teensy
platform = https://github.com/platformio/platform-teensy.git
board = teensy40
framework = arduino
monitor_speed = 115200
build_unflags = -std=gnu++11 -Os
; add -v for (very) verbose compilation output
build_flags = -std=gnu++17 -O3 -D TEENSY_OPT_SMALLEST_CODE
lib_deps =
https://github.com/PaulStoffregen/Wire
https://github.com/PaulStoffregen/ST7735_t3
https://github.com/mjs513/GC9A01A_t3n
adafruit/Adafruit BusIO @ ^1.14.1
adafruit/Adafruit GFX Library@^1.11.3