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:
parent
3a79548dc2
commit
4c9425c0d5
5 changed files with 29 additions and 14 deletions
|
|
@ -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>
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue