8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1acb5 commit c876a3bCopy full SHA for c876a3b
variants/amox_ion_esp32c3/Pins_Arduino.h
@@ -15,14 +15,14 @@
15
#define LED_BUILTIN 17
16
#define BUILTIN_LED LED_BUILTIN // backward compatibility
17
18
-#define PIN_NEOPIXEL 18
19
-#define NEOPIXEL_PIN 18
20
-// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite() and digitalWrite() for blinking
21
-#define RGB_BUILTIN (PIN_NEOPIXEL + SOC_GPIO_PIN_COUNT)
+// Some boards have too low voltage on this pin (board design bug)
+// Use different pin with 3V and connect with 48
+// and change this setup for the chosen pin (for example 38)
+#define PIN_RGB_LED 18
22
+// BUILTIN_LED can be used in new Arduino API digitalWrite() like in Blink.ino
23
+#define RGB_BUILTIN PIN_RGB_LED
24
#define RGB_BRIGHTNESS 64
25
-#define NEOPIXEL_NUM 1
-
26
#define TC_SO 48
27
28
0 commit comments