peterhinch / micropython_ir

Nonblocking device drivers to receive from IR remotes and for IR "blaster" apps.
MIT License
240 stars 51 forks source link

Remove hard coding of asize in Player #41

Closed ThinkTransit closed 3 months ago

ThinkTransit commented 3 months ago

Currently it is not possible to change the length of bursts when using the player class, hard coded to 68.

This PR exposes optional asize param.