Files
flippr-code/FlippR-Driver/src/output/ISolenoid.h
Jonas Zeunert 094d76181e compiling
2018-08-07 21:37:13 +02:00

19 lines
209 B
C++

/*
* ISolenoid.h
*
* Created on: Aug 7, 2018
* Author: rhetenor
*/
#ifndef _SRC_OUTPUT_ISOLENOID_H_
#define _SRC_OUTPUT_ISOLENOID_H_
class ISolenoid
{
};
#endif /* _SRC_OUTPUT_ISOLENOID_H_ */