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: DataCGRAM.h
- Revision:
- 0:74f5a741c618
diff -r 000000000000 -r 74f5a741c618 DataCGRAM.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/DataCGRAM.h Fri Feb 11 00:37:57 2011 +0000
@@ -0,0 +1,8 @@
+const char CGRAM_DATA[64]={0,0,0,0,0,0,0,0x1F,
+ 0,0,0,0,0,0,0x1F,0x1F,
+ 0,0,0,0,0,0x1F,0x1F,0x1F,
+ 0,0,0,0,0x1F,0x1F,0x1F,0x1F,
+ 0,0,0,0x1F,0x1F,0x1F,0x1F,0x1F,
+ 0,0,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,
+ 0,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,
+ 0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x1F};