usedbytes / neopixel_i2c

AVR-based i2c-slave Neopixel driver
GNU General Public License v2.0
31 stars 5 forks source link

Any master code examples? #7

Closed marrobHD closed 3 years ago

marrobHD commented 4 years ago

Are there any master code examples?

usedbytes commented 4 years ago

There is this: https://github.com/usedbytes/neopixel_i2c_host (in C)

It was 5 years ago and looks like I didn't write any README or comments... but from what I remember it was monitoring the audio level of the sound card and setting the LEDs based on it.

The actual core driver code is in neopixel_i2c_host.{c,h}, which should be pretty self-contained for re-use.