Adapted code to new layout
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
|
||||
using namespace flippR_driver::output;
|
||||
|
||||
items::detail::DriverBoardItem::DriverBoardItem(const uint8_t address) :
|
||||
address(address)
|
||||
items::detail::DriverBoardItem::DriverBoardItem(const uint8_t address, const uint8_t pin_base) :
|
||||
address(pin_base + address)
|
||||
{}
|
||||
|
||||
uint8_t items::detail::DriverBoardItem::get_address() const
|
||||
|
||||
Reference in New Issue
Block a user