Test command parser state machine
This commit is contained in:
8
README
Normal file
8
README
Normal file
@@ -0,0 +1,8 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user