|
|
|
|
|
by MomsAVoxell
284 days ago
|
|
For my embedded needs, I've relied heavily on TurboLua, which I find really kicks some serious butt: https://turbo.readthedocs.io What's great is that signals and fd_sets are supported, so it can really tie the web services and the hardware together nicely. I can easily wire up GPIO, for example. I haven't dug into Microdot yet - but are there similar mechanisms? I love my Lua projects based on TurboLua, but wouldn't mind seeing some python chops get sharpened, same-wise ... Edit: I dug in, and I guess the things I want are to be found in the python batteries included anyway .. plus, Microdot is a very small tack-on to microPython, and a pleasure to read .. |
|