changed everything to impl
This commit is contained in:
25
FlippR-Driver/src/output/items/impl/EightDigitDisplay.h
Normal file
25
FlippR-Driver/src/output/items/impl/EightDigitDisplay.h
Normal file
@@ -0,0 +1,25 @@
|
||||
//
|
||||
// Created by rhetenor on 20.11.18.
|
||||
//
|
||||
|
||||
#ifndef FLIPPR_DRIVER_EIGHTDIGITDISPLAY_H
|
||||
#define FLIPPR_DRIVER_EIGHTDIGITDISPLAY_H
|
||||
|
||||
#include "output/items/EightDigitDisplay.h"
|
||||
|
||||
namespace flippr_driver
|
||||
{
|
||||
namespace output
|
||||
{
|
||||
namespace items
|
||||
{
|
||||
namespace impl
|
||||
{
|
||||
|
||||
class EightDigitDisplay : public Display<8>, IEightDigitDisplay;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif //FLIPPR_DRIVER_EIGHTDIGITDISPLAY_H
|
||||
Reference in New Issue
Block a user