docs: Add Protocol.md with information on host / firmware communication

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2016-10-15 01:03:56 -04:00
parent 884cee27eb
commit 9edf60ffc6
2 changed files with 299 additions and 0 deletions

View File

@@ -4,6 +4,9 @@ installing, and running Klipper.
See [code overview](Code_Overview.md) for developer information on the
structure and layout of the Klipper code.
See [protocol](Protocol.md) for developer information on the messaging
protocol between host and firmware.
See [debugging](Debugging.md) for developer information on how to test
and debug Klipper.