neopixel-driver-with-asyncio-dma #2
Reference in New Issue
Block a user
Delete Branch "neopixel-driver-with-asyncio-dma"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -0,0 +33,4 @@# User must set 'sm' to id of an unused PIO statemachine (range 0 to 7), as unfortunately the micropython API does# not expose the pico sdks claim functionalitydef __init__(self, pin, n, bpp=3, timing=1, sm=0):bpp==bits per pixel?
sm==??