Skip to content
forked from modlfo/teensy-lua

An experiment running Lua on the Teensy 3.2

Notifications You must be signed in to change notification settings

kfix/teensy-lua

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 67.2%
  • C++ 32.2%
  • Other 0.6%