Initial version of nodemcu Emulation project
This commit is contained in:
13
simulation/src/de/c3ma/ollo/LuaSimulation.java
Normal file
13
simulation/src/de/c3ma/ollo/LuaSimulation.java
Normal 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();
|
||||
}
|
Reference in New Issue
Block a user