#include "board.h"
#include "USBD.h"
#include "HIDDMouseDriver.h"
#include <string.h>
#include <stdbool.h>
#include <stdint.h>
Go to the source code of this file.
Defines | |
#define | NO_PUSHBUTTON |
#define | SPEED_X 4 |
#define | SPEED_Y 4 |
Functions | |
void | USBDCallbacks_RequestReceived (const USBGenericRequest *request) |
void | USBDDriverCallbacks_ConfigurationChanged (uint8_t cfgnum) |
int | main (void) |
Variables | |
USBDDriverDescriptors | hiddMouseDriverDescriptors |
This file contains all the specific code for the usb_hid_mouse
The code can be roughly broken down as follows:
Definition in file main.c.
int main | ( | void | ) |
void USBDCallbacks_RequestReceived | ( | const USBGenericRequest * | request | ) |