From 7e3ece64cd5138081263413461dc6856a668bfae Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 24 May 2022 21:04:12 +0200 Subject: sim reading serial in from stdin working --- robot/tests/info.bin | 1 + robot/tests/ping.bin | Bin 0 -> 3 bytes robot/tests/readme.md | 11 +++++++++++ 3 files changed, 12 insertions(+) create mode 100644 robot/tests/info.bin create mode 100644 robot/tests/ping.bin create mode 100644 robot/tests/readme.md (limited to 'robot/tests') diff --git a/robot/tests/info.bin b/robot/tests/info.bin new file mode 100644 index 0000000..e1ce36c --- /dev/null +++ b/robot/tests/info.bin @@ -0,0 +1 @@ +ÿ \ No newline at end of file diff --git a/robot/tests/ping.bin b/robot/tests/ping.bin new file mode 100644 index 0000000..456804e Binary files /dev/null and b/robot/tests/ping.bin differ diff --git a/robot/tests/readme.md b/robot/tests/readme.md new file mode 100644 index 0000000..7f4cc9a --- /dev/null +++ b/robot/tests/readme.md @@ -0,0 +1,11 @@ +this is a subdirectory that contains binary example commands to send to the +simultation robot code + +to use: + +``` +./a.out < file +``` + +where `file` is one of the .bin files in this folder + -- cgit v1.2.3