knx
knx copied to clipboard
Refactor DataLinkLayer
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.