8000 GitHub - myfreax/esp32-led: LED Unit Tool Component For ESP32
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

myfreax/esp32-led

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32 LED Component

LED Unit Tool Component For ESP32

Feature

  • Open or close LED
  • SOS Animation
  • More...

Usage

git submodule add git@github.com:myfreax/esp32-led.git components/led
#include "led.h"

void app_main(void) {
  led_config(1ULL << CONFIG_LED_USB_PIN | 1ULL << CONFIG_LED_AC_PIN |
             1ULL << CONFIG_LED_DC_PIN);
  gpio_set_level(led_pin, 0)
}

Example

The ESP32 Example Project demonstrates how to use IDF framework build application of reusable component

About

LED Unit Tool Component For ESP32

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0