arduino-esp32/libraries/ESP32/examples
Rodrigo Garcia de7cac11ae
Neopixel fix (#8845)
* improve neopixel definition for all boards

* Improve NeoPixel definition for all boards

* neopixelWrite uses Peirpheral Manager now

The function can now be used for many GPIOs in the same sketch by using Peripheral Manager attach/detach, not being necesary to worry about initialization.

* improve error message

* check if pin is RGB_BUILTIN

* fixes boards that don't RGB_BUILTIN
2023-11-09 23:15:10 +02:00
..
AnalogOut ESP-IDF v5.1 (#7733) 2023-10-05 14:54:25 +03:00
AnalogRead Added ADC API doc + simple example (#6301) 2022-02-23 15:45:19 +02:00
AnalogReadContinuous Analog Continuous mode API (#8715) 2023-10-06 13:47:08 +03:00
ArduinoStackSize Adds support to change LoopTask Stack size (#6025) 2021-12-20 13:10:36 +02:00
Camera/CameraWebServer ESP-IDF v5.1 (#7733) 2023-10-05 14:54:25 +03:00
ChipID/GetChipID Update GetChipID.ino (#4070) 2020-09-30 15:24:29 +03:00
CI/CIBoardsTest [CI] Boards test fix + sketch (#8099) 2023-04-19 13:51:20 +03:00
DeepSleep ESP-IDF v5.1 (#7733) 2023-10-05 14:54:25 +03:00
ESPNow ESP-IDF v5.1 (#7733) 2023-10-05 14:54:25 +03:00
FreeRTOS ESP-IDF v5.1 (#7733) 2023-10-05 14:54:25 +03:00
GPIO ESP-IDF v5.1 (#7733) 2023-10-05 14:54:25 +03:00
ResetReason ESP-IDF v5.1 (#7733) 2023-10-05 14:54:25 +03:00
RMT Neopixel fix (#8845) 2023-11-09 23:15:10 +02:00
Serial Serial as a #define (#8798) 2023-10-25 10:50:51 +03:00
Template/ExampleTemplate Added ESP32-S3 link to the datasheet (#7738) 2023-01-20 15:18:51 +00:00
Time/SimpleTime ESP-IDF v5.1 (#7733) 2023-10-05 14:54:25 +03:00
Timer ESP-IDF v5.1 (#7733) 2023-10-05 14:54:25 +03:00
Touch ESP-IDF v5.1 (#7733) 2023-10-05 14:54:25 +03:00
TWAI ESP-IDF v5.1 (#7733) 2023-10-05 14:54:25 +03:00