docs: Add Firmware_Commands.md with information on common firmware commands

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2016-10-15 13:36:14 -04:00
parent 9edf60ffc6
commit 98ce7dc465
2 changed files with 271 additions and 1 deletions

View File

@@ -5,7 +5,9 @@ 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.
protocol between host and firmware. See also
[firmware commands](Firmware_Commands.md) for a high-level description
of some commands implemented in the firmware.
See [debugging](Debugging.md) for developer information on how to test
and debug Klipper.