Skip to content

Commit 4e58e6b

Browse files
authored
Update content/learn/01.starting-guide/00.getting-started-arduino/getting-started-arduino.md
1 parent debd073 commit 4e58e6b

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
@@ -134,7 +134,7 @@ If we write an analog signal using Pulse-Width Modulation (PWM), we can use a ra
134134

135135
A digital signal works a bit different, representing only two binary states (0 or 1) that are read as high or low states in the program. This is the most common signal type in modern technology.
136136

137-
You can easily read and write digital signals on an Arduino, which is very useful to read button states for example, or to turn something on or off.
137+
You can easily read and write digital signals on an Arduino, which is useful to for example read button states, or to turn something on or off.
138138

139139
Digital signals might seem very basic (just 0 or 1), but are actually way more advanced. For example, we can create a sequence by sending a high or low state rapidly a number of times. This is known as a **binary sequence** or a **bitstream**.
140140

0 commit comments

Comments
 (0)