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.
Dependencies: SDFileSystem max32630fthr USBDevice
Diff: Firmware.h
- Revision:
- 1:7530b7eb757a
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Firmware.h Thu May 28 02:30:39 2020 +0000 @@ -0,0 +1,12 @@ +#ifndef _FIRMWAREE_ +#define _FIRMWAREE_ + +#include "mbed.h" +#include "max32630fthr.h" + + +uint32_t LoadFirmware(void); + +#endif + +