qmk_firmware/Demos/Device/Incomplete
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
..
Sideshow 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
TestAndMeasurement Added new high level TWI packet read/write commands, altered behaviour of the TWI_StartTransmission() function. 2011-01-13 22:56:49 +00:00