Added basic driver example use code to the library documentation.
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 26 Dec 2010 14:25:34 +0000 (14:25 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 26 Dec 2010 14:25:34 +0000 (14:25 +0000)
commit2073b96d82433607bd287e3b6529fd0d3cc428cd
tree680767a0fba855e26799e392a59d4b0b6d8be4df
parent39ac72f2d12a9c62b2e876de4eee6c34a864ff74
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.
18 files changed:
LUFA/Common/Common.h
LUFA/Drivers/Board/Buttons.h
LUFA/Drivers/Board/Dataflash.h
LUFA/Drivers/Board/Joystick.h
LUFA/Drivers/Board/LEDs.h
LUFA/Drivers/Board/Temperature.c
LUFA/Drivers/Board/Temperature.h
LUFA/Drivers/Misc/RingBuffer.h
LUFA/Drivers/Misc/TerminalCodes.h
LUFA/Drivers/Peripheral/ADC.h
LUFA/Drivers/Peripheral/AVRU4U6U7/ADC.h
LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.h
LUFA/Drivers/Peripheral/SPI.h
LUFA/Drivers/Peripheral/Serial.h
LUFA/Drivers/Peripheral/SerialStream.h
LUFA/Drivers/Peripheral/TWI.h
LUFA/ManPages/ChangeLog.txt
Projects/TempDataLogger/Lib/DS1307.h