add support for turnouts
This commit is contained in:
parent
0b528fbf1e
commit
8a849fd732
6 changed files with 238 additions and 29 deletions
2
item.cpp
2
item.cpp
|
|
@ -74,7 +74,7 @@ void Item::sendAddress(uint8_t address)
|
|||
}
|
||||
|
||||
|
||||
void Item::sendRawAddr(const uint16_t address, const uint16_t data)
|
||||
void Item::sendRawAddr(const uint8_t address, const uint16_t data)
|
||||
{
|
||||
for(uint8_t j = 0; j < SEND_COUNT; j++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue