/statusLED

This is an Arduino library for easy LED control

Primary LanguageC++MIT LicenseMIT

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