knx icon indicating copy to clipboard operation
knx copied to clipboard

Refactor DataLinkLayer

Open thelsing opened this issue 5 years ago • 0 comments

I want to unifiy the different datalink-layers. Each Flavor should only do the following:

  • create uint8_t[] from CemiFrame
  • send one Byte
  • get one Byte
  • are Bytes availabe

The whole echo handling etc should be handled by common code shared between all data-link-layers.

thelsing avatar May 05 '20 14:05 thelsing