Skip to content

Commit

Permalink
Use NeoPixel instead of LED_BUILTIN
Browse files Browse the repository at this point in the history
  • Loading branch information
u1f992 committed Feb 6, 2024
1 parent 9b905c4 commit 33a9610
Show file tree
Hide file tree
Showing 5 changed files with 296 additions and 298 deletions.
47 changes: 0 additions & 47 deletions include/jiangtun.h

This file was deleted.

17 changes: 9 additions & 8 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,30 @@
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html

[env:debug]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
board = pico
framework = arduino
board_build.core = earlephilhower
debug_tool = cmsis-dap

[env:pico]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
board = pico
framework = arduino
board_build.core = earlephilhower
lib_deps =
adafruit/Adafruit NeoPixel@^1.12.0
build_flags =
-DNDEBUG
-DJIANGTUN_CONFIG_BOARD_PICO
debug_tool = cmsis-dap

[env:dol-pico]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
board = pico
framework = arduino
board_build.core = earlephilhower
lib_deps =
adafruit/Adafruit NeoPixel@^1.12.0
build_flags =
-DNDEBUG
-DJIANGTUN_CONFIG_BOARD_PICO
-DJIANGTUN_CONFIG_ENABLE_DOL
debug_tool = cmsis-dap

[env:xiao-rp2040]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
Expand All @@ -44,6 +43,7 @@ lib_deps =
build_flags =
-DNDEBUG
-DJIANGTUN_CONFIG_BOARD_XIAO_RP2040
debug_tool = cmsis-dap

[env:dol-xiao-rp2040]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
Expand All @@ -55,4 +55,5 @@ lib_deps =
build_flags =
-DNDEBUG
-DJIANGTUN_CONFIG_BOARD_XIAO_RP2040
-DJIANGTUN_CONFIG_ENABLE_DOL
-DJIANGTUN_CONFIG_ENABLE_DOL
debug_tool = cmsis-dap
45 changes: 0 additions & 45 deletions src/internal.h

This file was deleted.

130 changes: 0 additions & 130 deletions src/jiangtun.cpp

This file was deleted.

Loading

0 comments on commit 33a9610

Please sign in to comment.