Data reception demo.

Dependencies:   modem_ref_helper CRC

Revision:
0:02418479dcf7
Child:
3:e9ea4d325c01
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/files.h	Thu May 11 17:48:47 2017 +0000
@@ -0,0 +1,24 @@
+#ifndef _FILES_H_
+#define _FILES_H_
+
+#include "mbed.h"
+#include "revision.h"
+#include "alp_spec.h"
+#include "alp_helpers.h"
+#include "modem_ref.h"
+
+
+#define FID_HOST_REV                65
+#define SIZE_HOST_REV               sizeof(revision_t)
+extern const alp_file_header_t      h_rev;
+extern const revision_t             f_rev;
+
+#define FID_STRING_FILE             132
+#define SIZE_STRING_FILE            32
+extern const alp_file_header_t      h_string_file;
+extern uint8_t                      f_string_file[SIZE_STRING_FILE];
+
+// No local data since the file will be created on the modem
+
+
+#endif // _FILE_H_
\ No newline at end of file