Program to update the D7A modem's firmware.

Dependencies:   modem_ref_helper DebouncedInterrupt

Revision:
0:82a60d86ab2e
Child:
1:765933092750
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin.h	Wed Oct 26 10:03:59 2016 +0000
@@ -0,0 +1,15 @@
+
+#if 1
+    // Platform SH1030
+    #include "bin_SH1030.h"
+    #define PLATFORM_HW_VERSION         0x04203001
+#else
+    // Platform SH1001
+    #include "bin_SH1001.h"
+    #define PLATFORM_HW_VERSION         0x00100101
+#endif
+
+#define PLATFORM_MANUFACTURER_ID        0x01BC50C7
+#define PLATFORM_DEVICE_ID              0x00001001
+
+extern const uint8_t const cup_data[];