1 /* 2 * Code generated from Atmel Start. 3 * 4 * This file will be overwritten when reconfiguring your Atmel Start project. 5 * Please copy examples or other code you want to keep to a separate file 6 * to avoid losing it when reconfiguring. 7 */ 8 9 #include "atmel_start.h" 10 #include "utils.h" 11 12 #ifndef DRIVER_EXAMPLES_H_INCLUDED 13 #define DRIVER_EXAMPLES_H_INCLUDED 14 15 #ifdef __cplusplus 16 extern "C" { 17 #endif 18 19 void ADC_0_example(void); 20 21 void I2C_0_example(void); 22 23 void TARGET_IO_example(void); 24 25 void MACIF_example(void); 26 27 void CAN_0_example(void); 28 29 #ifdef __cplusplus 30 } 31 #endif 32 33 #endif // DRIVER_EXAMPLES_H_INCLUDEDD 34