This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:examples:sensor:ultrasonic_distance:srf05 [2010/12/22 08:37] – raivo.sell | en:examples:sensor:ultrasonic_distance:srf05 [2020/07/20 09:00] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Ultrasonic sensor SRF05 example | + | ====== Ultrasonic |
| - | examples/sensor/ultrasonic_distance/srf05.jpg | + | [{{ :examples:sensor:ultrasonic_distance:srf05.jpg? |
| The SRF05 is an evolutionary step from the SRF04, and has been designed to increase flexibility, | The SRF05 is an evolutionary step from the SRF04, and has been designed to increase flexibility, | ||
| When the mode pin is left unconnected, | When the mode pin is left unconnected, | ||
| + | {{ : | ||
| + | {{ : | ||
| + | |||
| + | |||
| + | Following example uses one pin mode of SRF05. | ||
| + | Code is based on the slightly modified HomeLab library 1.03 ultrasonic_measure function. | ||
| + | Example is intended for the ATmega128 controller module and Sensor module (v5). | ||
| - | This example uses one pin mode of SRF05. | ||
| - | Code is based on the slightly modifyed HomeLab library 1.03 ultrasonic_measure function. | ||
| - | Example is intented for the ATmega128 controller module and Sensor module (v5). | ||
| <code c> | <code c> | ||
| Line 120: | Line 124: | ||
| } | } | ||
| } | } | ||
| - | |||
| </ | </ | ||
| + | |||