From d90e250b1d1683d84c2139b26f30484deb07a53e Mon Sep 17 00:00:00 2001 From: George Tsankov Date: Sun, 17 Dec 2017 17:15:35 +0200 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index bf3edf1..57eb24b 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,16 @@ # ESP8266 Code deployed to the ESP8266 Controller + [Wiki](https://wiki.varnalab.org/index.php?title=Arduino_%D0%B8_%D0%BC%D0%B8%D0%BA%D1%80%D0%BE%D0%BA%D0%BE%D0%BD%D1%82%D1%80%D0%BE%D0%BB%D0%B5%D1%80%D0%B8#ESP8266) -Source: -
  • - - -
  • -Needed libraries: -
  • - - - - -
  • +
    +
    Source:
    +
    test_ttn.py <- MQTT client implementation
    +
    scroller.py <- scrolling API used to visualize text data to the screen
    +
    Needed libraries:
    +
    config.py
    +
    mqtt_as.py
    +
    lcd_api.py
    +
    pyb_i2c_lcd.py
    +