fuuuuuuuu
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// Created by rhetenor on 14.12.18.
|
||||
//
|
||||
|
||||
#include "DriverBoardPinController.h"
|
||||
#include "output/detail/DriverBoardPinController.h"
|
||||
|
||||
#include "output/items/DriverBoardItem.h"
|
||||
|
||||
@@ -12,6 +12,8 @@ namespace flippR_driver
|
||||
{
|
||||
namespace output
|
||||
{
|
||||
namespace detail
|
||||
{
|
||||
|
||||
DriverBoardPinController::DriverBoardPinController(std::shared_ptr<std::mutex> output_item_mutex) :
|
||||
output_item_mutex(std::move(output_item_mutex))
|
||||
@@ -39,5 +41,6 @@ void DriverBoardPinController::write_pin(uint8_t pin, bool value) const
|
||||
PinController::write_pin(pin, value);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user