kfix / teensy-lua

An experiment running Lua on the Teensy 3.2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Teensy-Lua

An experiment running Lua on the Teensy 3.2.

This project takes the Lua implementation in eLua and compiles it for the Teensy 3.2. This is not a full implementation of eLua.

To compile it you need to have installed Arduino and Teensyduino, define the variable ARDUINOPATH in the Makefile and simply run make.

The example load a program that blinks a LED.

About

An experiment running Lua on the Teensy 3.2


Languages

Language:C 67.1%Language:C++ 32.2%Language:Assembly 0.4%Language:Makefile 0.2%Language:Objective-C 0.0%