From 05f2c6bf1f1bf4d7701f07023bcfd1a5f93c8d59 Mon Sep 17 00:00:00 2001 From: MA-QIAN <55299551+MA-QIAN@users.noreply.github.com> Date: Mon, 9 Nov 2020 18:23:44 -0500 Subject: [PATCH] Create README.txt --- Hardware(motor control)/README.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Hardware(motor control)/README.txt diff --git a/Hardware(motor control)/README.txt b/Hardware(motor control)/README.txt new file mode 100644 index 000000000..56b0892db --- /dev/null +++ b/Hardware(motor control)/README.txt @@ -0,0 +1,6 @@ +Motor class has the following functions: + + - start motor by physical button or app call + - stop motor by physical button or app call + - turn on the alarm by physical button or app call + - turn off the alarm by physical button or app call