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.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
TARGET_SAMR21G18A/io.h
- Committer:
- Kojto
- Date:
- 2015-12-15
- Revision:
- 111:4336505e4b1c
File content as of revision 111:4336505e4b1c:
#ifndef _SAM_IO_
#define _SAM_IO_
#include <stddef.h>
#include <stdint.h>
#include <stdbool.h>
/* SAM D20 family */
#if (SAMD20)
# include "samd20.h"
#endif
#if (SAMD21)
# include "samd21.h"
#endif
#if (SAMR21)
# include "samr21.h"
#endif
#if (SAMD10)
# include "samd10.h"
#endif
#if (SAMD11)
# include "samd11.h"
#endif
#if (SAML21)
# include "saml21.h"
#endif
#endif /* _SAM_IO_ */


