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