added interfaces. not compiling
This commit is contained in:
17
FlippR-Driver/src/output/ILamp.h
Normal file
17
FlippR-Driver/src/output/ILamp.h
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* ILamp.h
|
||||
*
|
||||
* Created on: Aug 7, 2018
|
||||
* Author: rhetenor
|
||||
*/
|
||||
|
||||
#ifndef SOURCE_DIRECTORY__SRC_OUTPUT_ILAMP_H_
|
||||
#define SOURCE_DIRECTORY__SRC_OUTPUT_ILAMP_H_
|
||||
|
||||
class ILamp
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif /* SOURCE_DIRECTORY__SRC_OUTPUT_ILAMP_H_ */
|
||||
Reference in New Issue
Block a user