blob: 48b2735202ed876e638ee011069f93daecf0c38f [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 or main.c
6 * to avoid loosing it when reconfiguring.
7 */
8#ifndef USB_DEVICE_MAIN_H
9#define USB_DEVICE_MAIN_H
10
11#ifdef __cplusplus
12extern "C" {
13#endif // __cplusplus
14
15#include "cdcdf_acm.h"
16#include "cdcdf_acm_desc.h"
17
18void cdcd_acm_example(void);
19void cdc_device_acm_init(void);
20
21/**
22 * \berif Initialize USB
23 */
24void usb_init(void);
25
26#ifdef __cplusplus
27}
28#endif // __cplusplus
29
30#endif // USB_DEVICE_MAIN_H