summaryrefslogtreecommitdiffstats
path: root/Smol Watch Project/My Project/examples/driver_examples.h
blob: 98e4c9d5b4340018c75462f68ceb02e234f41ba0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*
 * 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 EXTERNAL_IRQ_0_example(void);

void CALENDAR_0_example(void);

void I2C_0_example(void);

void delay_example(void);

void PWM_1_example(void);

void SEGMENT_LCD_0_example(void);

#ifdef __cplusplus
}
#endif
#endif // DRIVER_EXAMPLES_H_INCLUDED