Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 703 Bytes

File metadata and controls

32 lines (23 loc) · 703 Bytes

TODO

Battery

Let's give this a shot.

Bluetooth

One more thing to go wrong at startup, though?

Slides

Push to talk

This is how the AdaFruit people did it.

dots = adafruit_dotstar.DotStar(
    board.D6,
    board.D5,
    3,
    auto_write=True,
    brightness=0.2,
    pixel_order=adafruit_dotstar.BGR,
)

Google has this whole audio_helpers thing with sounddevice.