-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
50 lines (45 loc) · 1.49 KB
/
Copy pathplatformio.ini
File metadata and controls
50 lines (45 loc) · 1.49 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
45
46
47
48
49
50
; 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]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#f82470532d461f8ec919522313ed94905b7a630c
; platform = raspberrypi
board = vccgnd_yd_rp2040
framework = arduino
board_build.core = earlephilhower
board_build.arduino.earlephilhower.usb_manufacturer = datapaganism
board_build.arduino.earlephilhower.usb_product = Racing Pedals
board_build.arduino.earlephilhower.usb_vid = 0x1209
board_build.arduino.earlephilhower.usb_pid = 0xA136
; board_build.filesystem_size = 0m
monitor_speed = 115200
lib_deps =
adafruit/Adafruit NeoPixel@^1.15.1
robtillaart/ADS1X15@^0.5.4
robtillaart/HX711@^0.6.3
https://github.com/denyssene/SimpleKalmanFilter.git#v0.2
build_flags =
-D MONITOR_SPEED=${this.monitor_speed}
-D DEBUG
-D DEBUG_HZ=15
-D REPORT_HZ=500
-D LED
[env:pico-pedals]
board_build.arduino.earlephilhower.usb_product = Racing Pedals
board_build.arduino.earlephilhower.usb_pid = 0xA136
build_flags =
-D MONITOR_SPEED=${this.monitor_speed}
-D DEBUG
-D DEBUG_HZ=15
-D REPORT_HZ=500
-D LED
-D BUILD_PEDALS
[env:pico-hbrake]
board_build.arduino.earlephilhower.usb_product = Handbrake
board_build.arduino.earlephilhower.usb_pid = 0xA138