Added new GenericHID device demo application.
This commit is contained in:
parent
d83d87e1b8
commit
dc83f73ca3
13 changed files with 3043 additions and 4 deletions
|
@ -31,7 +31,7 @@
|
|||
|
||||
/** \file
|
||||
*
|
||||
* Main source file for the KeyboardFullInt demo. This file contains the main tasks of the demo and
|
||||
* Main source file for the Keyboard demo. This file contains the main tasks of the demo and
|
||||
* is responsible for the initial application hardware configuration.
|
||||
*/
|
||||
|
||||
|
@ -448,7 +448,7 @@ static inline void ReceiveNextReport(void)
|
|||
/** Function to manage status updates to the user. This is done via LEDs on the given board, if available, but may be changed to
|
||||
* log to a serial port, or anything else that is suitable for status updates.
|
||||
*
|
||||
* \param CurrentStatus Current status of the system, from the KeyboardFullInt_StatusCodes_t enum
|
||||
* \param CurrentStatus Current status of the system, from the Keyboard_StatusCodes_t enum
|
||||
*/
|
||||
void UpdateStatus(uint8_t CurrentStatus)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue