You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
673 B
34 lines
673 B
/*
|
|
* 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 I2C_M_SYNC_SERCOM1_example(void);
|
|
|
|
void USART_ASYNC_SERCOM2_example(void);
|
|
|
|
void SPI_M_DMA_SERCOM3_example(void);
|
|
|
|
void delay_example(void);
|
|
|
|
void PWM_0_example(void);
|
|
|
|
void DAC_0_example(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif // DRIVER_EXAMPLES_H_INCLUDED
|
|
|