-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
33 lines (31 loc) · 1.06 KB
/
platformio.ini
File metadata and controls
33 lines (31 loc) · 1.06 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
; 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:pico]
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
mattfryer/Smoothed@^1.2
build_flags =
-D MONITOR_SPEED=${this.monitor_speed}
; -D DEBUG
-D DEBUG_HZ=10
-D REPORT_HZ=100
-D LED