a2b77e8db67db1810bfebd01f99ca1e5bc103d90
# USART Commands Instead of polling for input we use an interrupt vector to write data to a rx ring buffer when it's available. We parse commands using a state machine so we can deal with small chunks of characters at a time and spit out the parsed command when the transmission has finished.
Description
Languages
C
91.3%
Makefile
8.7%