refactored namespaces
This commit is contained in:
30
FlippR-Driver/include/output/items/ISolenoid.h
Normal file
30
FlippR-Driver/include/output/items/ISolenoid.h
Normal file
@@ -0,0 +1,30 @@
|
||||
/*
|
||||
* ISolenoid.h
|
||||
*
|
||||
* Created on: Aug 7, 2018
|
||||
* Author: rhetenor
|
||||
*/
|
||||
|
||||
#ifndef _SRC_OUTPUT_ISOLENOID_H_
|
||||
#define _SRC_OUTPUT_ISOLENOID_H_
|
||||
|
||||
namespace flippR_driver
|
||||
{
|
||||
namespace output
|
||||
{
|
||||
namespace items
|
||||
{
|
||||
|
||||
class ISolenoid
|
||||
{
|
||||
public:
|
||||
~ISolenoid()
|
||||
{};
|
||||
void trigger();
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user