#include "board.h"
#include <HIDDTransferDriver.h>
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
Detailed Description
This file contains all the specific code for the usb_hid_transfer example
Definition in file main.c.
Define Documentation
Headers Definitions Delay for push-button denounce (ms)
Definition at line 122 of file main.c.
Function Documentation
Main function Initializes the system and then monitors buttons, sending the corresponding character when one is pressed.
Definition at line 256 of file main.c.
Invoked whenever a SETUP request is received from the host. Forwards the request to the standard handler.
Definition at line 208 of file main.c.
void USBDDriverCallbacks_ConfigurationChanged |
( |
uint8_t |
cfgnum |
) |
|
Invoked when the configuration of the device changes. Start reading output reports.
- Parameters:
-
| cfgnum | New configuration number. |
Definition at line 218 of file main.c.