Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
g-tsankov authored Dec 17, 2017
1 parent 602f10f commit d90e250
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:
<li>
<ul>test_ttn.py <- MQTT client implementation </ul>
<ul>scroller.py <- scrolling API used to visualize text data to the screen</ul>
</li>
Needed libraries:
<li>
<ul>config.py</ul>
<ul>mqtt_as.py</ul>
<ul>lcd_api.py</ul>
<ul>pyb_i2c_lcd.py</ul>
</li>
<dl>
<dt>Source:</dt>
<dd>test_ttn.py <- MQTT client implementation </dd>
<dd>scroller.py <- scrolling API used to visualize text data to the screen </dd>

<dt>Needed libraries:</dt>
<dd>config.py</dd>
<dd>mqtt_as.py</dd>
<dd>lcd_api.py</dd>
<dd>pyb_i2c_lcd.py</dd>
</dl>

0 comments on commit d90e250

Please sign in to comment.