lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 25 Oct 2019, at 06:36, Russell Haley <russ.haley@gmail.com> wrote:
> 
> This really sounds like a job for Lua. 

Is it really? Do you have a requirement to use Lua? Don’t get me wrong, I’d love to see this work, but are you choosing the right tool for the job, or trying to make the job fit the tool?

There are a few projects out there using MicroPython on STM32 boards which work very well: Pycom, pyboard, etc. Unless you are set on using Lua, this may be a better approach for you.

Chris