Files
2023-04-12 19:38:21 -04:00

48 lines
1.1 KiB
INI

; 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:wemos_d1_uno32]
;platform = espressif32
;board = wemos_d1_uno32
;framework = arduino
[env:s3]
platform = espressif32
board = esp32-s3-devkitc-1
framework = arduino
lib_deps =
adafruit/Adafruit NeoPixel@^1.11.0
paulstoffregen/Encoder@^1.4.2
; ESP32-S2 and C3 both has a problem where the ADC jumps around a LOT
;[env:s2]
;platform = espressif32
;board = lolin_s2_mini
;framework = arduino
;[env:c3]
;platform = espressif32
;board = dfrobot_beetle_esp32c3
;framework = arduino
; YD STM32F411CEU6
;[env:stm32f411ce]
;platform = ststm32
;board = blackpill_f411ce
;framework = arduino
;upload_protocol = dfu
; Arduino nano is good but too few pins
;[env:n328p]
;platform = atmelavr
;board = nanoatmega328
;framework = arduino