• Tomáš Pilný's avatar
    Implement simple RGB driver via digitalWrite; solving #6783 (#6808) · 097ff8b1
    Tomáš Pilný authored
    * 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
    097ff8b1
esp32-hal-gpio.h 2.75 KB