An Arduino core for the Attiny13 processors designed with small size in mind.
*Support*: http://arduino.cc/forum/index.php/topic,89781.0.html
Currently supported functions:
* = Partial support
map()
random()
randomSeed()
millis()
micros()
delay()
delayMicroseconds() *
analogRead()
analogWrite()
pinMode()
digitalRead()
digitalWrite()
pulseIn() (Untested)
shiftIn() (Untested)
shiftOut() (Untested)
If you find any issues be sure to make sure you are using the latest...
MicroLua brings Lua on the Nintendo DS for easy programming
MicroLua brings the programming language Lua on the Nintendo DS for easy and fast development of beautiful homebrews!
Based on brunni's µLibrary, µLua is a Lua interpreter featuring fast drawings and many important functionalities. You can exploit your Nintendo DS with the simplistic yet powerful Lua language!
On your cartridge, MicroLua is a NDS executable that shows as its frontend a great graphical shell from which you can explore your cartridge and run Lua scripts written for...