BISS0001 Class
- ID: biss0001
- Name: Passive Infrared (PIR) Motion Sensor
- Other Names: Grove PIR Motion Sensor
- Category: light
- Manufacturer: seeed
- Link: http://www.seeedstudio.com/depot/Grove-PIR-Motion-Sensor-p-802.html
- Connection: gpio
- Kit: tsk
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.
Item Index
Methods
Methods
BISS0001
-
pin
BISS0001 motion sensor constructor
Parameters:
-
pin
NumberDigital pin to use
Returns:
value
()
Boolean
Gets the motion value from the sensor.
Returns:
true if motion was detected, false otherwise.
motionDetected
()
Boolean
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.
Returns:
true if motion was detected, false otherwise.