62 void SendBitZero(
void);
63 void SendBitOne(
void);
64 uint8_t Checksum(somfy_frame_t *frame);
65 void Obfuscation(somfy_frame_t *frame);
66 void SendCommand(somfy_frame_t *frame, uint8_t sync);
73 void PushButton(ControlButtons pushButton);
75#if defined DEBUG_SOMFY
76 void PrintHex8(uint8_t *data, uint8_t length);