Program to update the D7A modem's firmware.

Dependencies:   modem_ref_helper DebouncedInterrupt

bin.h

Committer:
Jeej
Date:
2017-01-11
Revision:
13:c3324b26d473
Parent:
8:914b7aff5554
Child:
14:450dd9a72336

File content as of revision 13:c3324b26d473:


//#define __PLATFORM_SH1030__
#define __PLATFORM_SH1001__

#if defined(__PLATFORM_SH1030__)
    // Platform SH1030
    #include "bin_SH1030.h"
#elif defined(__PLATFORM_SH1001__)
    // Platform SH1001
    #include "bin_SH1001.h"
#endif