From: Dean Camera Date: Sun, 19 Jul 2009 12:36:19 +0000 (+0000) Subject: Add partial project documentation to the incomplete PrinterHost demo. X-Git-Tag: LUFA-110528-BETA~1069 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/786479faf0605d610c93041191ee5bd6d020ccf9?ds=inline;hp=786479faf0605d610c93041191ee5bd6d020ccf9 Add partial project documentation to the incomplete PrinterHost demo. Change over Printer_GetDeviceID() to require a pointer to the destination buffer plus the buffer size, rather than using a pointer to a special structure. Make new Printer_SendData() function to hide the implementation of sending data to an attached printer, cleaning up the main demo source file body. ---