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: modem_ref_helper DebouncedInterrupt
bin.h
- Committer:
- Jeej
- Date:
- 2016-11-10
- Revision:
- 7:5b8648784381
- Parent:
- 5:ac38f09fd179
- Child:
- 8:914b7aff5554
File content as of revision 7:5b8648784381:
//#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