Files
puya32-playground/.clang-format
Matthias Blankertz c36dd58539 Run PY32F002A as PY32F003; Add neopixel driver
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>
2025-11-21 20:52:36 +01:00

7 lines
134 B
YAML

# -*- mode: yaml -*-
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 100
BreakBeforeBraces: WebKit # Only break at start of functions