Skip to content

Commit bf05933

Browse files
committed
pir docs added
1 parent dd98177 commit bf05933

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88

99
This project contains various DYI projects, hardware drivers, schematics and code examples for Raspberry PI.
1010

11-
### Hardware drivers
11+
### Hardware drivers & docs
1212
* __[rpi-drivers](rpi-drivers)__ - Java APIs for some PRi/[pi4j](https://pi4j.com/) compatible hardware.
1313
* __[waveshare-lcd-13-driver](waveshare-lcd-13-driver)__ - Java driver for small LCD display.
1414
* __[sensehat-games](sensehat-games)__ - small compilation of python games for 8x8 [sensehat](https://www.raspberrypi.org/products/sense-hat/) display.
15+
* __[pir-motion-detectors](pir-motion-detectors)__ - RPi compatible motion detectors.
1516

1617
### RPi Power Controller
1718
* __[rpi-powercontroller](rpi-powercontroller)__ - Control relay power switch via HTTP/REST APIs.

pir-motion-detectors/ER-SOD00101S_pir-motion-detector/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ER-SOD00101S PIR Motion Sensor
1+
# ER-SOD00101S PIR Motion Detector
22

33
This is a highly integrated module popularly used for human-being entry detection, it can simplely and easily to adopt in system. There are two adjustable potentiometer on the module, you can use them to change the trigger sensitivity and the duration of the trigger signal.Besides,The module can also be set as retriggerable or un- retriggerable. When the switch is in the H position, the module is retriggerable and is unretrigerred when the switch is in L position.
44

pir-motion-detectors/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# RPi compatible motion detectors.
2+
3+
* [ER-SOD00101S PIR Motion Detector](ER-SOD00101S_pir-motion-detector)

0 commit comments

Comments
 (0)