|
upm
1.7.1
Sensor/Actuator repository for libmraa (v2.0.0)
|

Go to the source code of this file.
Data Structures | |
| struct | _biss0001_context |
Functions | |
| biss0001_context | biss0001_init (unsigned int pin) |
| void | biss0001_close (biss0001_context dev) |
| bool | biss0001_motion_detected (const biss0001_context dev) |
Typedefs | |
| typedef struct _biss0001_context * | biss0001_context |
| biss0001_context biss0001_init | ( | unsigned int | pin | ) |
BISS0001 initilaizer
| pin | Digital pin to use. |

| void biss0001_close | ( | biss0001_context | dev | ) |
BISS0001 close function
| dev | The device context. |

| bool biss0001_motion_detected | ( | const biss0001_context | dev | ) |
Gets the motion value from the sensor
| dev | The device context. |

| typedef struct _biss0001_context * biss0001_context |
Device context
1.8.11