extmod: Add machine.bitstream.
This is a generic API for synchronously bit-banging data on a pin.
Initially this adds a single supported encoding, which supports controlling
WS2812 LEDs.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Showing
extmod/machine_bitstream.c
0 → 100644
extmod/machine_bitstream.h
0 → 100644
Please register or sign in to comment