Skip to content

Commit 04f5512

Browse files
Update README.md
1 parent ff39350 commit 04f5512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Simplifies the process of setting up and using sensors in Arduino. Currently has both ultrasonic and IR compatibilities.
33

44
# How to use
5-
Both the ultrasonic and IR classes are very similar in the setup process and how they work. They both have a `.begin()` function to setup your sensor; please put in the `void setup()`. They have a single function to get their data; ultrasonic = `.getData` & IR = `.getValue`; please put either of those in the `void loop()`.
5+
Both the ultrasonic and IR classes are very similar in the setup process and how they work. They both have a `.begin()` function to setup your sensor; please put in the `void setup()`. They have a single function to get their data; ultrasonic = `.getData` & IR = `.getValue`; please put either of those in the `void loop()`. Also, please use `.returnValue()` or `.returnData()` to get the data back to you/returned to you.

0 commit comments

Comments
 (0)