aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/XPLAINBridge/Lib/LightweightRingBuff.h
Commit message (Collapse)AuthorAgeFilesLines
* Make software USART used in the XPLAINBridge project directly check and ↵Dean Camera2010-05-261-6/+7
| | | | store into the ring buffers, rather than polling from the main program loop to avoid added latency.
* Create a new LightweightRingBuffer.h header file for the XPLAIN project to ↵Dean Camera2010-05-261-0/+89
abstract out the new ring buffer without a performance penalty.