Skip to content

Commit 4271100

Browse files
committed
Disable FastLED examples on AVR #1160
1 parent 0118d7d commit 4271100

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/2. MIDI Input/1. LEDs/10.Note-FastLED-ColorMapper/10.Note-FastLED-ColorMapper.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* incoming MIDI note events. This example uses a custom color mapper to
44
* get a rainbow effect across the LED strip.
55
*
6-
* @boards AVR, AVR USB, Teensy 3.x, ESP32
6+
* @boards Teensy 3.x, ESP32
77
*
88
* @note You might lose incoming MIDI data while the LED strip is being
99
* updated. To avoid this, don't use an Arduino UNO.

examples/2. MIDI Input/1. LEDs/9.Note-FastLED/9.Note-FastLED.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This example demonstrates the use of addressable LEDs that respond to
33
* incoming MIDI note events.
44
*
5-
* @boards AVR, AVR USB, Teensy 3.x, ESP32
5+
* @boards Teensy 3.x, ESP32
66
*
77
* @note You might lose incoming MIDI data while the LED strip is being
88
* updated. To avoid this, don't use an Arduino UNO.

examples/Extending-the-library/Custom-Note-LED-Input-Element-Callback-FastLED/Custom-Note-LED-Input-Element-Callback-FastLED.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This example demonstrates how to attach custom callbacks to Note or
33
* Control Change MIDI Input Elements.
44
*
5-
* @boards AVR, AVR USB, Teensy 3.x, ESP32
5+
* @boards Teensy 3.x, ESP32
66
*
77
* Connections
88
* -----------

0 commit comments

Comments
 (0)