Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: COBS.h
- Revision:
- 0:736db4334c89
- Child:
- 2:64fdac5efaa1
diff -r 000000000000 -r 736db4334c89 COBS.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/COBS.h Tue Feb 10 02:29:49 2015 +0000
@@ -0,0 +1,11 @@
+#ifndef _COBS_H
+#define _COBS_H
+
+class COBS{
+
+ public:
+ void StuffData(unsigned char *ptr, unsigned long length, unsigned char *dst);
+ void UnStuffData(unsigned char *ptr, unsigned long length, unsigned char *dst);
+
+ };
+#endif
\ No newline at end of file