Skip to content

Commit

Permalink
Disable FastLED examples for Due
Browse files Browse the repository at this point in the history
The Due is currently unsupported by FastLED
  • Loading branch information
tttapa committed Nov 3, 2024
1 parent dd2271b commit 1f0b716
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* incoming MIDI note events. This example uses a custom color mapper to
* get a rainbow effect across the LED strip.
*
* @boards AVR, AVR USB, Due, Nano 33 IoT, Teensy 3.x, ESP32
* @boards AVR, AVR USB, Nano 33 IoT, Teensy 3.x, ESP32
*
* @note You might lose incoming MIDI data while the LED strip is being
* updated. To avoid this, don't use an Arduino UNO.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This example demonstrates the use of addressable LEDs that respond to
* incoming MIDI note events.
*
* @boards AVR, AVR USB, Due, Nano 33 IoT, Teensy 3.x, ESP32
* @boards AVR, AVR USB, Nano 33 IoT, Teensy 3.x, ESP32
*
* @note You might lose incoming MIDI data while the LED strip is being
* updated. To avoid this, don't use an Arduino UNO.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This example demonstrates how to attach custom callbacks to Note or
* Control Change MIDI Input Elements.
*
* @boards AVR, AVR USB, Due, Nano 33 IoT, Teensy 3.x, ESP32
* @boards AVR, AVR USB, Nano 33 IoT, Teensy 3.x, ESP32
*
* Connections
* -----------
Expand Down

0 comments on commit 1f0b716

Please sign in to comment.