-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
43 lines (40 loc) · 1.23 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
; 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 = teensy
board = teensy41
board_build.f_cpu = 812000000
build_flags = -D USB_MIDI_SERIAL
-I src/Gamestates/
-I src/Racket/
-I src/Racket/AudioVisual/
-I src/Racket/Hit/
-I src/Racket/Motion/
-I src/Racket/Pressure/
-I src/Racket/ReciverRF24/
-I src/Table/
-I src/GameObject/Comet/
-I src/Pattern_Command/
-I src/FSM_BallWechsel/
-I src/FSM_BallWechsel/States_Beginn/
-I src/FSM_BallWechsel/States_Links_Aufschlag/
-I src/FSM_BallWechsel/States_Links_BAllwechsel/
-I src/FSM_BallWechsel/States_Rechts_Aufschlag/
-I src/FSM_BallWechsel/States_Rechts_Ballwechsel/
framework = arduino
extra_scripts = upload_with_tycmd.py
upload_protocol = custom
upload_flags = --board=10323210-Teensy
lib_deps =
nrf24/RF24 @ ^1.4.2
dxinteractive/ResponsiveAnalogRead @ ^1.2.1
aster94/SensorFusion@^1.0.4
hideakitai/ArduinoEigen@^0.2.3
waspinator/AccelStepper@^1.61