From 63f8eed37bd4a0cbd60a5dffc3f2ddd1ffa12339 Mon Sep 17 00:00:00 2001 From: miguel5612 Date: Sun, 29 Mar 2020 22:16:52 -0500 Subject: [PATCH] Added digital input --- examples/Digital_Input/Digital_Input.ino | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/examples/Digital_Input/Digital_Input.ino b/examples/Digital_Input/Digital_Input.ino index 150a403..4baa92b 100644 --- a/examples/Digital_Input/Digital_Input.ino +++ b/examples/Digital_Input/Digital_Input.ino @@ -25,7 +25,14 @@ 6. Each time the serial monitor displays an alert, the sensor has detected that the threshold programmed in step 4 has been exceeded. - + Warning: + For any reason you should not inhale the gases of the atmosphere generated to calibrate the sensor, + this calibration should be done in an open place and ventilate the space once the sensor is calibrated + and should always be done by at least two people, you should always know what to do in case of inhaling or + coming into contact with the gases to which the sensor is being subjected. + + We as a team are not responsible for irresponsible handling of the information contained herein, before + following the instructions contained herein consult with a professional or a responsible teacher. */ #define pin 3 // Digital pin connected to your sensor