Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 376 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 376 Bytes

npspi

control neopixels by misusing the SPI protocol functionality on FTDI FT232 serial adapters.

This is quite similar to the Python library Adafruit NeoPixel FTDI except it is written in plain C.

It only has 5 functions and 1 opaque typedef so it should be quite easy to build FFI-based bindings to other languages.