-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added documentation for ultrasonic sensor / fixes issue w other files #205
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
===== Functionality | ||
The Ultrasonic Sensor uses sound waves to calculate the distance from itself to the surface it is pointed at. | ||
The resulting measurement is accurate within 3mm and has a stable signal within 5m of the sensor, | ||
gradually weakening until fully it fully disappears at 7m. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sentence is not clear
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also include the info about trigger and echo channels on the ultrasonic sensor
|
||
===== An Example Controller | ||
|
||
====== This controller uses the push button to turn an LED on and off |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not related to ultrasonic
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No images are uploaded. Make sure you include the images in img folder
No description provided.