LuaArduino
LuaArduino copied to clipboard
Library for adding a Lua interpreter to Arduino sketches
Hello, Thank you for your code. However, I encountered an error when running your example for the first time: PANIC: unprotected error in call to Lua API ('tostring' must return...
I added the following arduino functions: pinMode, digitalRead, digitalWrite, analogRead, analogWrite, millis, delay, tone, noTone.
Hello, I am using your project and trying to figure out how to integrate standard Arduino functions. After following the instructions here: [https://www.lua.org/pil/24.html](url) I have a file called lua_arduino.h: ```...