The PY32F002A seems to be the same silicon as PY32F003, and the DMA is present and usable. Implement a NeoPixel driver using PWM timer for pulse length encoding and DMA to reprogram the pulse length for each bit. Signed-off-by: Matthias Blankertz <matthias@blankertz.org>
7 lines
134 B
YAML
7 lines
134 B
YAML
# -*- mode: yaml -*-
|
|
|
|
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
ColumnLimit: 100
|
|
BreakBeforeBraces: WebKit # Only break at start of functions
|