Skip to content

TheDIYGuy999/statusLED

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

statusLED Arduino library

This is an Arduino library for easy LED control: dimming, flash sequences etc.

Features:

  • Switching the LED on and off
  • Adjusting the brightness, using PWM (PWM capable pin required)
  • Blinking the LED
  • Flashing sequences (e.g. for visualization of numbers)
  • Ideal for light control in RC vehicles
  • Inverse mode, if your LED is wired between output pin and vcc
  • Works on ATmega328P, ATmega32U4, ESP32

Changes:

Usage

See example.

(c) 2016 - 2021 TheDIYGuy999