aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2017-04-27 11:50:50 -0400
committerKevin O'Connor <kevin@koconnor.net>2017-04-27 12:00:10 -0400
commit4f7237de44d1e95edf7a14f66c08bebb1ec23abc (patch)
tree29a79dc5a6569dc625b5ae40c562ad9091cd7200
parent4096745a589c325e7f2b05ed183dc219e60b8428 (diff)
downloadkutter-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>
-rw-r--r--docs/Firmware_Commands.md3
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
================