added dir outputitems and moved items into

This commit is contained in:
Johannes Wendel
2018-11-20 22:52:45 +01:00
parent 2842ac20bb
commit 5a2242a850
17 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
//
// Created by rhetenor on 20.11.18.
//
#ifndef FLIPPR_DRIVER_SEVENDIGITDISPLAY_H
#define FLIPPR_DRIVER_SEVENDIGITDISPLAY_H
namespace flippr_driver
{
namespace output
{
class SevenDigitDisplay : public Display<7>, ISevenDigitDisplay;
}
}
#endif //FLIPPR_DRIVER_SEVENDIGITDISPLAY_H