This website requires JavaScript.
Explore
Help
Sign In
eqmk
/
qmk_firmware
forked from
mfulz_github/qmk_firmware
Watch
1
Star
0
Fork
You've already forked qmk_firmware
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
bb9fb1051c
qmk_firmware
/
Projects
/
XPLAINBridge
/
Lib
History
Dean Camera
bb9fb1051c
Add better documentation to the Software UART code in the XPLAINBridge project.
2010-05-26 08:10:35 +00:00
..
LightweightRingBuff.h
Make software USART used in the XPLAINBridge project directly check and store into the ring buffers, rather than polling from the main program loop to avoid added latency.
2010-05-26 06:59:55 +00:00
SoftUART.c
Add better documentation to the Software UART code in the XPLAINBridge project.
2010-05-26 08:10:35 +00:00
SoftUART.h
Switch software UART over to timer 1 and remove timer prescaling to try to prevent integer rounding errors and thus minimize the possible error of the UART code.
2010-05-26 07:51:25 +00:00