M5Unit-RF433 0.1.0 git rev:5415b86
Loading...
Searching...
No Matches
m5_codec.hpp File Reference

M5Unit-RF433 original protocol codec. More...

#include "protocol_codec.hpp"
#include <m5_utility/crc.hpp>

Go to the source code of this file.

Classes

class  m5::unit::rf433::M5Codec
 M5Unit-RF433 original protocol codec. More...
 

Namespaces

namespace  m5
 Top level namespace of M5Stack.
 

Detailed Description

M5Unit-RF433 original protocol codec.

Frame format: preamble(10) + SOF(2) + CRC8(1) + ID(1) + Count(1) + Length(1) + Payload(n) + EOF(1) Manchester encoding, MSB first.