Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-14 | Bugfixes and improved stability of the luacontroller | Jeija | |
2013-01-13 | Implement interrupt(time, iid): The whole code is called again after a | Jeija | |
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 | Implement a memory for the controller (accesible via mem.) and cleanup code | Jeija | |
Based on PilzAdam's code. | |||
2013-01-13 | Add luacontroller, a microcontroller that you can code in lua. | Jeija | |
It still misses some functionality such as a persistent memory and a timer, but that is subject to change. The code runs in a sandbox. Speaking long term this will hopefully replace the old controller. |