Skip to content

Commit 0ef529f

Browse files
authored
Correction to I/O mode
1 parent e2fda8c commit 0ef529f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ Command byte number:<br />
8686
If an object's distance is greater than the Near distance (D) plus the Zone width (Z) then the object is "far."<br />
8787
If the distance is less than the Near distance (D) then the object is "near".<br />
8888
The Zone is a neutral area. Any object distances measured in this range do not change the output.<br />
89-
The output can be set to be either high when the object is near, and low when it's far (Mode 1);
89+
The output can be set to be either high when the object is near and low when it's far (Mode 1); or low when it's near and high when it's far (Mode 2).
90+
The high level is 3.3V, the low level is 0V.
9091
<hr>
9192

9293
Also included in the repository are:

0 commit comments

Comments
 (0)