peterhinch / micropython_ir

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

Use MicroPython ESP32 port RMT built-in carrier? #2

Closed water5 closed 2 years ago

water5 commented 3 years ago

MicroPython ESP32 port RMT support carrier now, can you update the code to use esp32.RMT built-in carrier function?

peterhinch commented 3 years ago

I'm aware of this and it's on my todo list.

peterhinch commented 3 years ago

I have pushed an update which fixes this.

The transmitter test program is also updated for uasyncio V3, so if you use this you will need to check the docs as its dependencies have changed.

Please report back on any testing, or if you have any comment on code or docs.