6 namespace remote_base {
21 void dump(
const RC6Data &data)
override;
28 TEMPLATABLE_VALUE(uint8_t,
address)
29 TEMPLATABLE_VALUE(uint8_t,
command)
34 data.toggle = this->toggle_;
35 data.address = this->address_.value(
x...);
36 data.command = this->command_.value(
x...);
38 this->toggle_ = !this->toggle_;
DECLARE_REMOTE_PROTOCOL(AEHA) template< typename... Ts > class AEHAAction
void encode(RemoteTransmitData *dst, const RC6Data &data) override
bool operator==(const RC6Data &rhs) const
Implementation of SPI Controller mode.