asdf
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
#define _INCLUDE_FLIPPR_CODE_FLIPPER_H
|
#define _INCLUDE_FLIPPR_CODE_FLIPPER_H
|
||||||
|
|
||||||
#include "Item.h"
|
#include "Item.h"
|
||||||
|
|
||||||
namespace flippR_driver
|
namespace flippR_driver
|
||||||
{
|
{
|
||||||
namespace output
|
namespace output
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
#include "output/items/DriverBoardItem.h"
|
#include "output/items/DriverBoardItem.h"
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
namespace flippR_driver
|
namespace flippR_driver
|
||||||
{
|
{
|
||||||
namespace output
|
namespace output
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ namespace items
|
|||||||
namespace detail
|
namespace detail
|
||||||
{
|
{
|
||||||
|
|
||||||
class Flipper : public items::Flipper, public DriverBoardItem
|
class Flipper : public detail::Item, public items::Flipper, public DriverBoardItem
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
Flipper(std::shared_ptr<DriverBoardPinController> pin_controller, uint8_t address, std::string name);
|
Flipper(std::shared_ptr<DriverBoardPinController> pin_controller, uint8_t address, std::string name);
|
||||||
|
|||||||
Reference in New Issue
Block a user