mirror of
https://gitlab.waag.org/make/fablab/interns/2025/sam.git
synced 2025-08-04 04:14:56 +00:00
Update platformIO.ini to Xiao espC6
This commit is contained in:
@@ -8,10 +8,13 @@
|
|||||||
; Please visit documentation for the other options and examples
|
; Please visit documentation for the other options and examples
|
||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[env:seeed_xiao_esp32c3]
|
[env:seeed_xiao_esp32c6]
|
||||||
platform = espressif32
|
platform = https://github.com/mnowak32/platform-espressif32.git#boards/seeed_xiao_esp32c6
|
||||||
board = seeed_xiao_esp32c3
|
platform_packages =
|
||||||
|
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#3.0.2
|
||||||
|
framework-arduinoespressif32-libs @ https://github.com/espressif/arduino-esp32/releases/download/3.0.2/esp32-arduino-libs-3.0.2.zip
|
||||||
framework = arduino
|
framework = arduino
|
||||||
|
board = seeed_xiao_esp32c6
|
||||||
lib_deps =
|
lib_deps =
|
||||||
paulstoffregen/PWMServo@^2.1
|
paulstoffregen/PWMServo@^2.1
|
||||||
sparkfun/SparkFun BNO080 Cortex Based IMU@^1.1.12
|
sparkfun/SparkFun BNO080 Cortex Based IMU@^1.1.12
|
||||||
|
Reference in New Issue
Block a user