7 namespace remote_base {
20 void dump(
const RC5Data &data)
override;
27 TEMPLATABLE_VALUE(uint8_t,
address)
28 TEMPLATABLE_VALUE(uint8_t,
command)
32 data.
address = this->address_.value(
x...);
33 data.command = this->command_.value(
x...);
void encode(RemoteTransmitData *dst, const RC5Data &data) override
DECLARE_REMOTE_PROTOCOL(AEHA) template< typename... Ts > class AEHAAction
bool operator==(const RC5Data &rhs) const
Implementation of SPI Controller mode.