jetzt ist schluss
This commit is contained in:
20
FlippR-Driver/src/utility/DisplayGPIOInterface.cpp
Normal file
20
FlippR-Driver/src/utility/DisplayGPIOInterface.cpp
Normal file
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
* DisplayGPIOInterface.cpp
|
||||
*
|
||||
* Created on: Nov 9, 2018
|
||||
* Author: johannes
|
||||
*/
|
||||
|
||||
#include "DisplayGPIOInterface.h"
|
||||
|
||||
DisplayGPIOInterface::DisplayGPIOInterface()
|
||||
{
|
||||
// TODO Auto-generated constructor stub
|
||||
|
||||
}
|
||||
|
||||
DisplayGPIOInterface::~DisplayGPIOInterface()
|
||||
{
|
||||
// TODO Auto-generated destructor stub
|
||||
}
|
||||
|
||||
19
FlippR-Driver/src/utility/DisplayGPIOInterface.h
Normal file
19
FlippR-Driver/src/utility/DisplayGPIOInterface.h
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* DisplayGPIOInterface.h
|
||||
*
|
||||
* Created on: Nov 9, 2018
|
||||
* Author: johannes
|
||||
*/
|
||||
|
||||
#ifndef SRC_UTILITY_DISPLAYGPIOINTERFACE_H_
|
||||
#define SRC_UTILITY_DISPLAYGPIOINTERFACE_H_
|
||||
|
||||
class DisplayGPIOInterface
|
||||
{
|
||||
public:
|
||||
DisplayGPIOInterface();
|
||||
virtual
|
||||
~DisplayGPIOInterface();
|
||||
};
|
||||
|
||||
#endif /* SRC_UTILITY_DISPLAYGPIOINTERFACE_H_ */
|
||||
@@ -22,6 +22,8 @@ public:
|
||||
void set_address(int i2c_address, int address);
|
||||
void activate_pin(int i2c_address, int pin);
|
||||
void deactivate_pin(int i2c_address, int pin);
|
||||
|
||||
//Display gpio interface!
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user