-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
515b1f3
commit 30d5827
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
# ArdSensor | ||
Simplifies the process of setting up and using sensors in Arduino. Currently has both ultrasonic and IR compatibilities. | ||
|
||
# How to use | ||
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()`. |