Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.57 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.57 KB

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