This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| en:examples:sensor:ultrasonic_distance:srf05 [2010/12/20 23:15] – created raivo.sell | en:examples:sensor:ultrasonic_distance:srf05 [2020/07/20 09:00] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== SRF05 example | + | ====== |
| + | |||
| + | [{{ : | ||
| + | |||
| + | The SRF05 is an evolutionary step from the SRF04, and has been designed to increase flexibility, | ||
| + | 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 113: | Line 124: | ||
| } | } | ||
| } | } | ||
| - | |||
| </ | </ | ||
| + | |||