Added periodic flush timer to the Benito project. Alter the serial transmission code so that sent bytes do not block the remainder of the main program code from running.

This commit is contained in:
Dean Camera 2010-07-25 11:59:55 +00:00
parent 3a79548dc2
commit 4c9425c0d5
5 changed files with 29 additions and 14 deletions

View file

@ -96,5 +96,10 @@
* <td>Makefile LUFA_OPTS</td>
* <td>Pulse length in milliseconds for the enumeration LED ping-poning between toggles.</td>
* </tr>
* <tr>
* <td>RECEIVE_BUFFER_FLUSH_MS</td>
* <td>Makefile LUFA_OPTS</td>
* <td>Period between flushings of received data buffer to the attached USB host.</td>
* </tr>
* </table>
*/