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
Copy file name to clipboardExpand all lines: README.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,6 @@ David Lafreniere, Jan 2022.
52
52
-[Porting](#porting-1)
53
53
-[Arduino](#arduino)
54
54
-[Serialize](#serialize)
55
-
-[Star History](#star-history)
56
55
-[Resources](#resources)
57
56
-[Referenced Articles](#referenced-articles)
58
57
-[Conclusion](#conclusion)
@@ -649,12 +648,6 @@ typedef enum
649
648
650
649
The <b>example_serialize.cpp</b> shows how to use a simple C++ binary message serializer to encode C++ objects for transport over SSP (or any other protocol).
651
650
652
-
# Star History
653
-
654
-
Find this repository useful? Consider giving it a star!
655
-
656
-
[](https://star-history.com/#endurodave/SimpleSocketProtocol&Date)
657
-
658
651
# Resources
659
652
660
653
<p>The SSP library is compact. Arduino Sketch reports 9k program storage space for the entire application (about 3% of program space on my ATmega 2560). Of that, SSP consumes about 2.5k.</p>
0 commit comments