You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# C# Reference Implementation of Compact Frame Format
2
+
3
+
> Compact Frame Format (CFF) is a way of delineating messages in a byte stream, designed specifically for Microcontrollers (MCUs) to take advantage of hardware acceleration like DMA controllers and CRC peripherals.
4
+
5
+
## Docs
6
+
7
+
- [README.md](README.md): Complete documentation including overview, usage examples, and development setup
0 commit comments