Revision 5ca1a326
| firmware/demo/FeatherBase-RGB_LED_Test/FeatherBase-RGB_LED_Test.ino | ||
|---|---|---|
| 17 | 17 |
|
| 18 | 18 |
// Which pin on the Arduino is connected to the NeoPixels? |
| 19 | 19 |
// On ESP32, A3 is not output capable; |
| 20 |
// quick fix is to hardware connect (e.g.) A1 to A3 and use A1
|
|
| 21 |
#define LED_PIN A1
|
|
| 20 |
// quick fix is to use Pin 21 (e.g.) and hardware connect 21 to A3
|
|
| 21 |
#define LED_PIN A3
|
|
| 22 | 22 |
|
| 23 | 23 |
// How many NeoPixels are attached to the Arduino? |
| 24 | 24 |
#define LED_COUNT 2 |
Also available in: Unified diff