blob: 4f2ce98cedcaaa326d379510079449a301add8aa [file] [log] [blame]
Kévin Redon69b92d92019-01-24 16:39:20 +01001/*
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
12extern "C" {
13#endif
14
Kévin Redon1f8ecef2019-01-31 13:36:12 +010015void SIM0_example(void);
16
17void SIM1_example(void);
18
19void SIM2_example(void);
20
21void SIM3_example(void);
22
23void SIM4_example(void);
24
25void SIM5_example(void);
26
27void SIM6_example(void);
28
Kévin Redon4cd3f7d2019-01-24 17:57:13 +010029void UART_debug_example(void);
30
Kévin Redon69b92d92019-01-24 16:39:20 +010031#ifdef __cplusplus
32}
33#endif
34#endif // DRIVER_EXAMPLES_H_INCLUDED