From abae19b3e3433ce431d7a7de5a18cd0ad30f3458 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 18 Aug 2021 14:22:14 +0200 Subject: [PATCH] README update --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index edf9617..190d9ba 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# DLE Encoder for Python +[![Documentation Status](https://readthedocs.org/projects/dle-encoder/badge/?version=latest)](https://dle-encoder.readthedocs.io/en/latest/?badge=latest) +[![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) + +DLE Encoder for Python +====== This encoder provides a simple ASCII transport layer for serial data. A give data stream is encoded by adding a STX (0x02) char at the beginning and an ETX (0x03) char at the end.