mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-06-28 05:09:40 +00:00
sendBack(uint8_t data)
This commit is contained in:
@ -137,6 +137,10 @@ void IR_Encoder::sendRequest(uint16_t addrTo)
|
||||
rawSend(sendBuffer, packsize);
|
||||
}
|
||||
|
||||
void IR_Encoder::sendBack(uint8_t data)
|
||||
{
|
||||
_sendBack(false, 0, &data, 1);
|
||||
}
|
||||
void IR_Encoder::sendBack(uint8_t *data = nullptr, uint8_t len = 0)
|
||||
{
|
||||
_sendBack(false, 0, data, len);
|
||||
|
Reference in New Issue
Block a user