arduino-esp32/libraries/ESP32/examples
Tomáš Pilný 097ff8b1f5
Implement simple RGB driver via digitalWrite; solving #6783 (#6808)
* Initial implementation of RGB driver via digitalWrite

* Moved constants to pins_arduino.h

* Changed pin definition + added example

* Wrapped BlinkRGB in #ifdef BOARD_HAS_NEOPIXEL

* Removed forgotten log from example

* Moved RGBLedWrite to new file esp32-hal-rgb-led and created pinMode in variatn.cpp

* Updated example - lowered single channel brightness to LED_BRIGHTNESS

* Changed function name from RGBLedWrite to neopixelWrite + code polishing

* Moved pinSetup portion related to RGB back to common file
2022-06-24 14:04:03 +03:00
..
AnalogOut Fix ledc panic’ed when wrong setup of frequency and bit width (#6371) 2022-03-10 15:30:57 +02:00
AnalogRead Added ADC API doc + simple example (#6301) 2022-02-23 15:45:19 +02:00
ArduinoStackSize Adds support to change LoopTask Stack size (#6025) 2021-12-20 13:10:36 +02:00
Camera/CameraWebServer Added compiler.warning_flags to platform.txt; fixing #6118 (#6596) 2022-05-09 23:17:12 +03:00
ChipID/GetChipID Update GetChipID.ino (#4070) 2020-09-30 15:24:29 +03:00
DeepSleep Initial Esp32c3 Support (#5060) 2021-04-14 18:10:05 +03:00
ESPNow allow the examples to build in a more strict env (#3299) 2019-09-29 23:47:02 +03:00
FreeRTOS Move Example to proper folder 2018-12-16 19:24:02 +01:00
GPIO Implement simple RGB driver via digitalWrite; solving #6783 (#6808) 2022-06-24 14:04:03 +03:00
HallSensor Esp32 s3 support (#6341) 2022-03-28 12:09:41 +03:00
I2S/HiFreq_ADC Esp32 s3 support (#6341) 2022-03-28 12:09:41 +03:00
ResetReason Added compiler.warning_flags to platform.txt; fixing #6118 (#6596) 2022-05-09 23:17:12 +03:00
RMT Esp32 s3 support (#6341) 2022-03-28 12:09:41 +03:00
Time/SimpleTime NTP Examples: revert obsolete comment and updated Time example (#6073) 2022-01-17 16:09:58 +02:00
Timer v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 (#4996) 2021-04-05 14:23:58 +03:00
Touch Added compiler.warning_flags to platform.txt; fixing #6118 (#6596) 2022-05-09 23:17:12 +03:00