blob: a99d1ad8996fbf58b8b8c121f2607fa4cbdf8071 [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"
Harald Weltec7a58ba2019-04-18 17:59:19 +020017#include "ccid_df.h"
Kévin Redon69b92d92019-01-24 16:39:20 +010018
Kévin Redon8e538002019-01-30 11:19:19 +010019void usb_start(void);
Kévin Redon69b92d92019-01-24 16:39:20 +010020void cdc_device_acm_init(void);
21
22/**
23 * \berif Initialize USB
24 */
25void usb_init(void);
26
27#ifdef __cplusplus
28}
29#endif // __cplusplus
30
31#endif // USB_DEVICE_MAIN_H