aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2018-06-14 00:19:36 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2018-06-14 00:19:36 +0200
commit98bcc1683ca39b5456ded51dcfb8f53c57cbfc9a (patch)
tree825ff1c3a86eb536a03a227acce617c5d4f8ffe5
parentf2f6dda9ff1a9dedcb9e893fd3eeb062c191ab71 (diff)
downloadiot-workshop-ndc-2018-98bcc1683ca39b5456ded51dcfb8f53c57cbfc9a.tar.gz
iot-workshop-ndc-2018-98bcc1683ca39b5456ded51dcfb8f53c57cbfc9a.tar.bz2
iot-workshop-ndc-2018-98bcc1683ca39b5456ded51dcfb8f53c57cbfc9a.tar.xz
iot-workshop-ndc-2018-98bcc1683ca39b5456ded51dcfb8f53c57cbfc9a.zip
wip
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f8a56fd..adfd75d 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ This is the materials for a 1 hour workshop on IoT.
> There are some software that you should have installed, check with
> the person at the Bitraf stand.
-**Preparations**
+# Preparations
* Install Arduino IDE
* Install the "ESP8266 core" for Arduino, follow the guide on
@@ -28,7 +28,7 @@ This is the materials for a 1 hour workshop on IoT.
* Install PubSubClient library with Library manager from within the
Arduino IDE.
-**Documents**
+# Documents
* [Assignment: Blink a LED](https://cdn.rawgit.com/trygvis/iot-workshop-ndc-2018/master/assignments/blink-a-led/blink-a-led.pdf)
* [Assignment: MQTT with button](https://cdn.rawgit.com/trygvis/iot-workshop-ndc-2018/master/assignments/mqtt-with-button/mqtt-with-button.pdf)