From 8c4bf490656c123ee75e24e6c0f9029ccf970e58 Mon Sep 17 00:00:00 2001 From: fauresystems <34378695+fauresystems@users.noreply.github.com> Date: Fri, 17 Apr 2020 07:42:26 +0200 Subject: [PATCH] Update EXAMPLES.md --- EXAMPLES.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/EXAMPLES.md b/EXAMPLES.md index 6c1c017..21b45f3 100644 --- a/EXAMPLES.md +++ b/EXAMPLES.md @@ -1,10 +1,10 @@ -# ArduinoProps library examples +# ArduinoProps library examples An adaptation of the internal led Blink example (https://www.arduino.cc/en/tutorial/blink) as a simple MQTT prop. -1. **BlinkOnBridgeProp**: the Blink example on a Yun prop with *ArduinoProps library* -2. **BlinkOnEthernetProp**: the Blink example on an Ethernet prop with *ArduinoProps library* -3. **BlinkOnWifiProp**: the Blink example on a Wifi prop with *ArduinoProps library* -4. **BlinkOnBridgePubSub**: the Blink example on prop using *PubSubClient* directly +1. [**BlinkOnBridgeProp**](#1-blinkonbridgeprop-the-blink-example-on-a-yun-prop-with-arduinoprops-library): the Blink example on a Yun prop with *ArduinoProps library* +2. [**BlinkOnEthernetProp**](#2-blinkonethernetprop-the-blink-example-on-an-ethernet-prop-with-arduinoprops-library): the Blink example on an Ethernet prop with *ArduinoProps library* +3. [**BlinkOnWifiProp**](#3-blinkonwifiprop-the-blink-example-on-a-wifi-prop-with-arduinoprops-library): the Blink example on a Wifi prop with *ArduinoProps library* +4. [**BlinkOnBridgePubSub**](#4-blinkonbridgepubsub-the-blink-example-on-prop-using-pubsubclient-directly): the Blink example on prop using *PubSubClient* directly MQTT messages are received asynchronously therefore to keep the sketch responsive to MQTT commands, calls to delay() should be avoided (except short ones, say < 100 milliseconds).