Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 847 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 847 Bytes

FH_Neopixel_Playground

Felix's Neopixel Playground

What's that?

Just my playground to experiment with Neopixels

Libraries used

What can it do?

  • 24.01.2020 Using a Rotary Encoder, the LEDs light up on one direction and switch themselves off on the opposite direction.
  • 25.01.2020 Added the push button functionality of the encoder with the internal pull-up resistor. Bounce library is required for debouncing. It changes LED colors when pushed.