Initial version of nodemcu Emulation project

This commit is contained in:
ollo
2017-12-29 21:49:17 +01:00
parent f2b625f0cb
commit 34bec501ca
17 changed files with 710 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package de.c3ma.ollo;
/**
* created at 29.12.2017 - 18:29:07<br />
* creator: ollo<br />
* project: WS2812Emulation<br />
* $Id: $<br />
* @author ollo<br />
*/
public interface LuaSimulation {
public void reboottriggered();
}