blob: daf30cc9758e718d1a3a8f216d8bc1e7d2b7f8b3 [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
Kévin Redon8e538002019-01-30 11:19:19 +010018void usb_start(void);
Kévin Redon69b92d92019-01-24 16:39:20 +010019void 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