From 94e125ece7a1a191c779298b2165a68eed153af5 Mon Sep 17 00:00:00 2001 From: Jim Bennett Date: Thu, 14 Jul 2022 18:06:03 -0700 Subject: [PATCH] Update README.md --- 1-getting-started/lessons/3-sensors-and-actuators/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/1-getting-started/lessons/3-sensors-and-actuators/README.md b/1-getting-started/lessons/3-sensors-and-actuators/README.md index 2746508..41f0477 100644 --- a/1-getting-started/lessons/3-sensors-and-actuators/README.md +++ b/1-getting-started/lessons/3-sensors-and-actuators/README.md @@ -145,7 +145,8 @@ One example is a dimmable light, such as the ones you might have in your house. Like with sensors, the actual IoT device works on digital signals, not analog. This means to send an analog signal, the IoT device needs a digital to analog converter (DAC), either on the IoT device directly, or on a connector board. This will convert the 0s and 1s from the IoT device to an analog voltage that the actuator can use. -✅ What do you think happens if the IoT device sends a higher voltage than the actuator can handle? ⛔️ DO NOT test this out. +✅ What do you think happens if the IoT device sends a higher voltage than the actuator can handle? +⛔️ DO NOT test this out. #### Pulse-Width Modulation