Update README.md

This commit is contained in:
thelsing 2019-06-02 00:36:28 +02:00 committed by GitHub
parent 424e97b72d
commit 95d2d127f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,8 @@
knx [![Build Status](https://travis-ci.org/thelsing/knx.svg?branch=master)](https://travis-ci.org/thelsing/knx)
===
This projects provides a knx-device stack for arduino (ESP8266, SAMD21) and linux. (more are quite easy to add)
It implements most of System-B specification and can be configured with ETS.
The necessary knxprod-files can be generated with my [CreateKnxProd](https://github.com/thelsing/CreateKnxProd) tool.
@ -11,4 +16,4 @@ Don't forget to reset ESP8266 manually (disconnect power) after flashing. The re
The SAMD21 version uses my version of the [FlashStorage](https://github.com/thelsing/FlashStorage) lib (Pull request pending).
Generated documentation can be found [here](https://knx.readthedocs.io/en/latest/).
Generated documentation can be found [here](https://knx.readthedocs.io/en/latest/).