Businesscard-V2/Software/D-Pad/platformio.ini
2024-08-04 17:59:50 +02:00

27 lines
702 B
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:ch32v203c8t6_evt_r0]
platform = ch32v
board = ch32v203c8t6_evt_r0
framework = arduino
build_flags=-DCH32V203
; [env:ATmega32u4]
; platform = atmelavr
; board = micro
; board_build.mcu = atmega32u4
; board_build.f_cpu = 16000000L
; framework = arduino
; build_flags=-DATMEGA32U4
; upload_protocol = usbtiny
; upload_flags = -e
; ;