Definiciones | |
#define | FOSC 8000 |
#define | Usb_sof_action() sof_action(); |
#define | Usb_suspend_action() suspend_action(); |
Mouse Configuration | |
Defines used in mouse_task.c | |
#define | NB_IDLE_POLLING_SOF 3 |
#define | MOUSE_SPEED 2 |
#define FOSC 8000 |
CPU core frequency in kHz.
To include proper target hardware definitions, select target board (USBKEY, STK525, STK600)
#define MOUSE_SPEED 2 |
#define NB_IDLE_POLLING_SOF 3 |
10ms before looking for new mouse hardware event
#define Usb_sof_action | ( | ) | sof_action(); |
#define Usb_suspend_action | ( | ) | suspend_action(); |