1st version with c implementation of state engine

This commit is contained in:
2017-11-25 23:58:24 +01:00
parent f6a3f4a5f3
commit e2209504da
17 changed files with 1409 additions and 188 deletions

10
bak/api_ledlights.js Normal file
View File

@@ -0,0 +1,10 @@
/* api_ledlights.js */
/*
let LED = {
Red: ffi('int get_led_red(int)'),
Green: ffi('int get_led_red(int)'),
Blue: ffi('int get_led_red(int)'),
Tick: ffi('void led_evaluate_tick(void)')
};
*/