qmk_firmware/LUFA/Drivers/Peripheral
Dean Camera afd828c095 Removed SerialStream module, rolled functionality into the base USART Serial peripheral driver instead through the new Serial_CreateStream() and Serial_CreateBlockingStream() methods.
Renamed the Serial byte send/receive functions to remain consistent with the CDC driver's byte functions.

Altered the serial byte receive function to make it non-blocking.
2011-01-30 19:47:31 +00:00
..
AVRU4U6U7 Added new ADC_GET_CHANNEL_MASK() convenience macro to the ADC driver. 2011-01-16 16:13:22 +00:00
ADC.h Update copyright year on all source files. 2011-01-01 13:00:56 +00:00
SPI.h Minor documentation improvements. 2011-01-08 11:47:20 +00:00
Serial.c Removed SerialStream module, rolled functionality into the base USART Serial peripheral driver instead through the new Serial_CreateStream() and Serial_CreateBlockingStream() methods. 2011-01-30 19:47:31 +00:00
Serial.h Removed SerialStream module, rolled functionality into the base USART Serial peripheral driver instead through the new Serial_CreateStream() and Serial_CreateBlockingStream() methods. 2011-01-30 19:47:31 +00:00
TWI.c Added new high level TWI packet read/write commands, altered behaviour of the TWI_StartTransmission() function. 2011-01-13 22:56:49 +00:00
TWI.h Update copyright year on all source files. 2011-01-01 13:00:56 +00:00