https://github.com/modlfo/teensy-lua
An experiment running Lua on the Teensy 3.2
https://github.com/modlfo/teensy-lua
Last synced: about 2 months ago
JSON representation
An experiment running Lua on the Teensy 3.2
- Host: GitHub
- URL: https://github.com/modlfo/teensy-lua
- Owner: modlfo
- Created: 2017-05-06T15:29:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-06T15:41:36.000Z (about 9 years ago)
- Last Synced: 2025-01-29T00:37:32.586Z (over 1 year ago)
- Language: C
- Size: 460 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.