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:
- 2017-02-03
- Revision:
- 14:450dd9a72336
- Parent:
- 13:c3324b26d473
- Child:
- 15:24434827c575
File content as of revision 14:450dd9a72336:
//#define __PLATFORM_SH2030__
#define __PLATFORM_SH2001__
#if defined(__PLATFORM_SH2030__)
// Platform SH2030
#include "bin_SH2030.h"
#elif defined(__PLATFORM_SH2001__)
// Platform SH2001
#include "bin_SH2001.h"
#endif