Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellShibilski-Unkel authored Jan 14, 2024
1 parent 515b1f3 commit 30d5827
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
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()`.

0 comments on commit 30d5827

Please sign in to comment.