Hacker News new | ask | show | jobs
by Dork1234 1081 days ago
Is this something that could be made to work with MicroPython?
2 comments

Most of the work is done via a C extension, which I suspect would be incompatible with MicroPython. The same techniques are presumably applicable, depending on how many interesting hooks MicroPython exposes.
Came here to ask the same thing.