https://github.com/win001/ws2812-neopixel
WS2812-Neopixel library for Renesas RA controller
https://github.com/win001/ws2812-neopixel
neopixel neopixel-strip register renesas renesas-ra ws2812b
Last synced: 3 months ago
JSON representation
WS2812-Neopixel library for Renesas RA controller
- Host: GitHub
- URL: https://github.com/win001/ws2812-neopixel
- Owner: win001
- Created: 2023-09-07T17:52:53.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-07T19:03:38.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T18:26:06.494Z (4 months ago)
- Topics: neopixel, neopixel-strip, register, renesas, renesas-ra, ws2812b
- Language: C
- Homepage:
- Size: 1.25 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.