upm
1.7.1
Sensor/Actuator repository for libmraa (v2.0.0)
|
API for the BISS0001 Motion Sensor. More...
PIR sensors allow you to sense motion, almost always used to detect whether a human has moved in or out of the sensors range. They are small, inexpensive, low-power, easy to use and don't wear out. For that reason they are commonly found in appliances and gadgets used in homes or businesses. They are often referred to as PIR, "Passive Infrared", "Pyroelectric", or "IR motion" sensors.
Public Member Functions | |
BISS0001 (unsigned int pin) | |
~BISS0001 () | |
bool | value () |
bool | motionDetected () |
BISS0001 | ( | unsigned int | pin | ) |
BISS0001 motion sensor constructor
pin | Digital pin to use |
bool value | ( | ) |
Gets the motion value from the sensor.
|
inline |
Gets the motion value from the sensor. This is a more informative method name, but we want to keep compatibility with the original for now.