Example for updating the MTi-1's firmware. Uses a platform independent, retargetable pure C implementation of the firmware updater protocol.

Dependencies:   mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers xffdata.h Source File

xffdata.h

00001 #ifndef ___XFFDATA_H
00002 #define ___XFFDATA_H
00003 
00004 extern const unsigned long g_xffData_termination;
00005 extern const unsigned long g_xffData_start;
00006 extern const unsigned long g_xffData_finish;
00007 extern const unsigned long g_xffData_length;
00008 extern const unsigned char g_xffData[];
00009 
00010 #endif /* ___XFFDATA_H */