Skip to content

Commit abae19b

Browse files
committed
README update
1 parent a8f20c0 commit abae19b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# DLE Encoder for Python
1+
[![Documentation Status](https://readthedocs.org/projects/dle-encoder/badge/?version=latest)](https://dle-encoder.readthedocs.io/en/latest/?badge=latest)
2+
[![codecov](https://codecov.io/gh/robamu-org/py-dle-encoder/branch/main/graph/badge.svg?token=GQ5VW8PKKS)](https://codecov.io/gh/robamu-org/py-dle-encoder)
3+
4+
DLE Encoder for Python
5+
======
26

37
This encoder provides a simple ASCII transport layer for serial data.
48
A give data stream is encoded by adding a STX (0x02) char at the beginning and an ETX (0x03) char at the end.

0 commit comments

Comments
 (0)