diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-04-27 11:50:50 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-04-27 12:00:10 -0400 |
commit | 4f7237de44d1e95edf7a14f66c08bebb1ec23abc (patch) | |
tree | 29a79dc5a6569dc625b5ae40c562ad9091cd7200 /docs | |
parent | 4096745a589c325e7f2b05ed183dc219e60b8428 (diff) | |
download | kutter-4f7237de44d1e95edf7a14f66c08bebb1ec23abc.tar.gz kutter-4f7237de44d1e95edf7a14f66c08bebb1ec23abc.tar.xz kutter-4f7237de44d1e95edf7a14f66c08bebb1ec23abc.zip |
docs: Update Firmware Commands document with an integer example
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Firmware_Commands.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Firmware_Commands.md b/docs/Firmware_Commands.md index 52249d88..f0a2d98e 100644 --- a/docs/Firmware_Commands.md +++ b/docs/Firmware_Commands.md @@ -12,7 +12,8 @@ See the [protocol](Protocol.md) document for more information on the format of commands and their low-level transmission. The commands here are described using their "printf" style syntax - for those unfamiliar with that format, just note that where a '%...' sequence is seen it -should be replaced with an actual integer. +should be replaced with an actual integer. For example, a description +with "count=%c" could be replaced with the text "count=10". Startup Commands ================ |