Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.
Dependents: 1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB
Fork of mbed by
TARGET_SAMD21G18A/io.h
- Committer:
- elijahorr
- Date:
- 2016-04-14
- Revision:
- 121:672067c3ada4
- Parent:
- 111:4336505e4b1c
File content as of revision 121:672067c3ada4:
#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_ */