From: Dean Camera Date: Sun, 26 Dec 2010 14:25:34 +0000 (+0000) Subject: Added basic driver example use code to the library documentation. X-Git-Tag: LUFA-110528-BETA~125 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/2073b96d82433607bd287e3b6529fd0d3cc428cd?ds=inline;hp=2073b96d82433607bd287e3b6529fd0d3cc428cd Added basic driver example use code to the library documentation. Made the USARTStream global public and documented in the SerialStream module, allowing for the serial USART stream to be accessed via its handle rather than via the implicit stdout and stdin streams. ---