From: Dean Camera Date: Mon, 17 Jan 2011 19:44:48 +0000 (+0000) Subject: Abuse the the C preprocessor so that the HID macros can automatically encode data... X-Git-Tag: LUFA-110528-BETA~102 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/efd57cfe51ec0501d4378d01e019f3e23b989274?hp=efd57cfe51ec0501d4378d01e019f3e23b989274 Abuse the the C preprocessor so that the HID macros can automatically encode data into the array from the HID macros automagically, by specifying the bit-width of the data, and the data itself as a single integer value of that width. ---