Skip to content

Commit 698d940

Browse files
committed
Merge branch 'master' of github.com:sourcehawk/microepsilon-capancdt-reader
2 parents 3314a03 + d4f4091 commit 698d940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ int main(int argc, char **argv)
123123
124124
The library provides a mock implementation of the `ProximityConnection` class that can be used for testing and development purposes. This allows you to simulate the behavior of a real sensor without needing to connect to an actual device.
125125
126-
In this snippet, we create a mock connection, construct a mock message, and set the mock data to be returned by the mock connection. The mock message is then encoded and used to simulate the behavior of a real sensor.
126+
In this snippet, we create a mock connection, construct a mock message, and encode it to the mock data buffer to be returned by the mock connection on recv calls.
127127
128128
```cpp
129129
ProximityConnection* conn;

0 commit comments

Comments
 (0)