From 7904a3eedf3a154bea8b5ea68261526c6cfb4e2a Mon Sep 17 00:00:00 2001 From: Wooil Ahn <32006162+wooilahn@users.noreply.github.com> Date: Fri, 25 Sep 2020 13:47:23 +0900 Subject: [PATCH] Update README.md --- 2018-2_SystemProgramming/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/2018-2_SystemProgramming/README.md b/2018-2_SystemProgramming/README.md index d12f4e9..55c48a1 100644 --- a/2018-2_SystemProgramming/README.md +++ b/2018-2_SystemProgramming/README.md @@ -9,10 +9,10 @@ System Programming (2018 Fall) * One Raspberry-Pi is for controling the bed and the other is for controling the curtain on window. * Two Raspberry-Pis are connected via socket communication in Linux. * The list of sensors used is as follows. - * 1. DHT11 temp & humidity: It is used for adjusting sleep temperature optimally. - * 2. Gyroscope Sensor: It is used for checking whether the person lying in bed is really asleep. - * 3. Touch Sensors: It is used for checking whether the person lying in bed is really asleep. - * 4. LED(Light Emitting Diode): It is used for For mood-light. - * 5. Motor Sensor in curatin Raspberry-Pi: It is used for letting down curtains. - * 6. Motor Sensor in Bed Raspberry-Pi: It is used for raising the bed at the alarm time to wake up. - * 7. Buzzer Sensor: It is used to sound an alarm at the time to wake up. + 1. DHT11 temp & humidity: It is used for adjusting sleep temperature optimally. + 2. Gyroscope Sensor: It is used for checking whether the person lying in bed is really asleep. + 3. Touch Sensors: It is used for checking whether the person lying in bed is really asleep. + 4. LED(Light Emitting Diode): It is used for For mood-light. + 5. Motor Sensor in curatin Raspberry-Pi: It is used for letting down curtains. + 6. Motor Sensor in Bed Raspberry-Pi: It is used for raising the bed at the alarm time to wake up. + 7. Buzzer Sensor: It is used to sound an alarm at the time to wake up.