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 #ifndef DRIVER_EXAMPLES_H_INCLUDED 9 #define DRIVER_EXAMPLES_H_INCLUDED 10 11 #ifdef __cplusplus 12 extern "C" { 13 #endif 14 15 void ADC_0_example(void); 16 17 void FLASH_0_example(void); 18 void RWW_FLASH_0_example(void); 19 20 void I2C_0_example(void); 21 22 void TARGET_IO_example(void); 23 24 void CAN_0_example(void); 25 26 #ifdef __cplusplus 27 } 28 #endif 29 #endif // DRIVER_EXAMPLES_H_INCLUDED 30