Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 419 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 419 Bytes

WS2812-Neopixel

WS2812-Neopixel library for Renesas RA controller. See the file WS2812.h in src folder of project. This neopixel library can be ported to any microcontroller if you have little bit knowledge of clock cycle of mcu and regiter level programming.

This library is inspired by http://www.friendlywire.com/tutorials/ws2812/ Please check his website for detail description of the library and how it works.