Skip to content

Commit bd12a95

Browse files
authored
Update README.md
1 parent 1194d70 commit bd12a95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Micro Epsilon capa NCDT reader
44

5-
This is a simple c++ library created to read data from supported proximity sensors connected to [Micro Epsilon's capa NCDT](https://www.micro-epsilon.com/distance-sensors/capacitive-sensors/) control units. The control unit communication is done over a network connection using TCP/IP.
5+
This is a simple c++ client library created to read data from supported proximity sensors connected to [Micro Epsilon's capa NCDT](https://www.micro-epsilon.com/distance-sensors/capacitive-sensors/) control units. The control unit communication is done over a network connection using TCP/IP.
66

77
It was specifically developed to read data from the capa NCDT 6200 control units, but it should work with other capa NCDT control units if they adhere to the same messaging protocol.
88

@@ -32,7 +32,7 @@ The CI tests are running on Ubuntu 22.04 and 24.04, but the code has also been c
3232
2. Navigate to the project directory:
3333

3434
```bash
35-
cd microepsilon_capa_ncdt_reader
35+
cd microepsilon_capancdt_reader
3636
```
3737

3838
3. Build the project:

0 commit comments

Comments
 (0)