-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
45 lines (40 loc) · 1.18 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
44
45
; 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:uno]
platform = atmelavr
board = uno
framework = arduino
lib_deps =
adafruit/Adafruit NeoPixel@^1.12.2
[env:esp32-c3SuperMini]
platform = https://github.com/platformio/platform-espressif32.git
board = lolin_c3_mini
framework = arduino
board_upload.before_reset = usb_reset
board_build.flash_mode = qio
board_build.f_cpu = 160000000L
lib_deps =
# adafruit/Adafruit NeoMatrix@^1.3.2
# adafruit/Adafruit GFX Library@^1.11.9
fastled/FastLED @ 3.7.0
[env:stampS3]
# built-in led 21
platform = https://github.com/platformio/platform-espressif32.git
board = m5stack-stamps3
framework = arduino
build_flags =
# -DARDUINO_USB_MODE=0
-DARDUINO_USB_CDC_ON_BOOT=1
-DCORE_DEBUG_LEVEL=1
monitor_speed = 115200
lib_deps =
fastled/FastLED @ 3.7.0
[platformio]
description = "control of matrix 24x24 for an educative arcade game GIEP"