mirror of https://github.com/RT-Thread/rt-thread
30 lines
589 B
C
30 lines
589 B
C
/*
|
|
* Code generated from Atmel Start.
|
|
*
|
|
* This file will be overwritten when reconfiguring your Atmel Start project.
|
|
* Please copy examples or other code you want to keep to a separate file
|
|
* to avoid losing it when reconfiguring.
|
|
*/
|
|
#ifndef DRIVER_EXAMPLES_H_INCLUDED
|
|
#define DRIVER_EXAMPLES_H_INCLUDED
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void ADC_0_example(void);
|
|
|
|
void FLASH_0_example(void);
|
|
void RWW_FLASH_0_example(void);
|
|
|
|
void I2C_0_example(void);
|
|
|
|
void TARGET_IO_example(void);
|
|
|
|
void CAN_0_example(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif // DRIVER_EXAMPLES_H_INCLUDED
|