From: Dean Camera Date: Thu, 30 Jul 2009 14:59:57 +0000 (+0000) Subject: Add new HID_Device_MillisecondElapsed() function to the HID device Class driver,... X-Git-Tag: LUFA-110528-BETA~1019 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/7df6b9563c7aed504b34f42bc46d01e051051bdd?hp=7df6b9563c7aed504b34f42bc46d01e051051bdd Add new HID_Device_MillisecondElapsed() function to the HID device Class driver, to move the burden of managing the Idle period of each instance to the library and not the user application. ---