Added new HID_Host_SetIdlePeriod() function to the HID Host Class driver.

This commit is contained in:
Dean Camera 2011-07-04 09:18:50 +00:00
parent b775995867
commit 61861c548e
3 changed files with 27 additions and 0 deletions

View file

@ -22,6 +22,7 @@
* - Added new SPI_GetCurrentMode() function to the SPI peripheral driver
* - Added board hardware driver support for the EVK1100 board
* - Added board hardware driver support for the EVK1104 board
* - Added new HID_Host_SetIdlePeriod() function to the HID Host Class driver
* - Library Applications:
* - Added RNDIS device mode to the Webserver project
* - Added new incomplete AndroidAccessoryHost Host LowLevel demo