docs: Add initial API_Server.md document

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2020-10-14 21:13:47 -04:00
parent 11bf83b498
commit bfcd5536fc
2 changed files with 295 additions and 0 deletions

View File

@@ -52,6 +52,8 @@ communication with the Klipper developers.
implements motion.
- [Protocol](Protocol.md): Information on the low-level messaging
protocol between host and micro-controller.
- [API Server](API_Server.md): Information on Klipper's command and
control API.
- [MCU commands](MCU_Commands.md): A description of low-level commands
implemented in the micro-controller software.
- [Debugging](Debugging.md): Information on how to test and debug