![]() |
IoT Drivers
v3.3.0 (S2022)
Engineering in Software Technology
|
Commonly used functions. Here you you will find the functions you normally will need. More...

Functions | |
| bool | hcsr501_isDetecting (hcsr501_p instance) |
| Tell if the sensor is detecting something. More... | |
Commonly used functions. Here you you will find the functions you normally will need.
| bool hcsr501_isDetecting | ( | hcsr501_p | instance | ) |
Tell if the sensor is detecting something.
| [in] | instance | driver instance hcsr501_create. |
| true | Sensor detects something. |
| false | nothing is detected. |