Skip to content

Commit 87efd99

Browse files
authored
🔀 Merge pull request #19 from NestorDP/feat-improve-exemples-docs
Feat improve exemples docs
2 parents 3287c61 + cce3564 commit 87efd99

3 files changed

Lines changed: 348 additions & 284 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# CppSerial
2-
1+
# CppSerial
32
[![release](https://img.shields.io/github/v/release/NestorDP/cppserial)](https://github.com/NestorDP/cppserial/releases)
3+
4+
45
[![unit-tests](https://github.com/NestorDP/cppserial/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/NestorDP/cppserial/actions/workflows/unit-tests.yml)
56
[![codecov](https://codecov.io/gh/NestorDP/cppserial/branch/main/graph/badge.svg)](https://codecov.io/gh/NestorDP/cppserial)
6-
[![Documentation Status](https://readthedocs.org/projects/cppserial/badge/?version=latest)](https://cppserial.readthedocs.io/en/latest/?badge=latest)
77
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/3759133c01204a5c880d0dd65e6175bc)](https://app.codacy.com/gh/NestorDP/cppserial/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
8+
[![Documentation Status](https://readthedocs.org/projects/cppserial/badge/?version=latest)](https://cppserial.readthedocs.io/en/latest/?badge=latest)
89

910
<!-- [![License](https://img.shields.io/github/license/NestorDP/cppserial)](https://github.com/NestorDP/cppserial/blob/main/LICENSE) -->
1011
<!--[![coverage](https://github.com/NestorDP/cppserial/actions/workflows/coverage.yml/badge.svg)](https://github.com/NestorDP/cppserial/actions/workflows/coverage.yml)-->
@@ -97,7 +98,7 @@ cd ..
9798
sphinx-build -b html docs build/docs/html
9899
``` -->
99100

100-
## Run an Example Application
101+
<!-- ## Run an Example Application
101102
102103
You can run an example application to test the libserial library in your environment.
103104
Even without a physical serial device, you can test serial communication using a virtual serial port created with socat.
@@ -159,7 +160,7 @@ You can also run the list_ports example to display all available serial devices
159160
160161
```bash
161162
./examples/list_ports
162-
```
163+
``` -->
163164

164165

165166
### 🤝 Contributing

0 commit comments

Comments
 (0)