Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 469 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 469 Bytes

Loar

Embed the Lua programming language in your Arduino sketch. (Lua version 5.3.6) Work in progress.

Example

#include <Arduino.h>
#include <loar.h>

Loar L(&Serial);

void setup() {
  Serial.begin(115200);
}

void loop() {
  L.do_repl();
}

Compatible boards

  • ESP32 Dev Module
  • Raspberry Pi Pico
  • Others, but not tested yet.

Why "Loar" ?

Loar means moon in Breton language.