mesecons/mesecons_luacontroller
Jeija 240fb83e8b Implement interrupt(time, iid): The whole code is called again after a
certain amount of time.
Whenever it is called, an event is set.
Possible events are: program, interrupt, on and off
It also contains additional information (on/off -> event.in; interrupt ->
event.iid)
iid must be an integer or string value, otherwise the interrupt is not active
2013-01-13 17:33:16 +01:00
..
depends.txt Add luacontroller, a microcontroller that you can code in lua. 2013-01-13 00:18:25 +01:00
init.lua Implement interrupt(time, iid): The whole code is called again after a 2013-01-13 17:33:16 +01:00