Skip to content

Commit f6cef01

Browse files
authored
Update content/learn/01.starting-guide/00.getting-started-arduino/getting-started-arduino.md
1 parent 78b914f commit f6cef01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/learn/01.starting-guide/00.getting-started-arduino/getting-started-arduino.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ When working with Arduino, it is important to understand **sensors** and **actua
162162

163163
A sensor, in simple terms, is used to *sense* its environment, meaning it records a physical parameter, for example temperature, and converts it into an electronic signal.
164164

165-
Sensors can also take the form of just a simple button: when a state changes (we pressed the button), the electronic signal is switched from low to high (0 to 1), which in a way sensed our touch.
165+
Sensors can also take the form of just a simple button: when a state changes (we pressed a button), the electronic signal is switched from low to high (0 to 1).
166166

167167
There are many types of sensors, and several ways of recording data from them. Perhaps the easiest to use is an analog sensor, where we communicte a range ov values through altering the voltage input fed into an Arduino analogue pin (usually between 0-5 volts). This simply gives you a range between 0-1023 (a 10-bit resolution).
168168

0 commit comments

Comments
 (0)