Skip to content

Commit 09e2f59

Browse files
committed
update
1 parent 356bb36 commit 09e2f59

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ set(SOURCE_FILES
3737
src/YunMQTTInstall.cpp
3838
src/YunMQTTInstall.h
3939
examples/MQTTClient/MQTTClient.ino
40-
examples/YunClientInstall/YunClientInstall.ino)
40+
examples/YunMQTTInstall/YunMQTTInstall.ino)
4141

4242
add_executable(arduino_mqtt ${SOURCE_FILES})

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# arduino-mqtt
22

3-
**MQTT library for arduino based on the Eclipse Paho projects*
3+
**MQTT library for arduino based on the Eclipse Paho projects**
44

55
This library bundles the [Embedded MQTT C/C++ Client](https://eclipse.org/paho/clients/c/embedded/) library of the Eclipse Paho project and adds a thin wrapper to get an Arduino like API. Additionally there is an drop-in alternative for the Arduino Yùn that uses a python based client on the linux processor and a binary interface to lower resources usage on the Arduino side.
66

@@ -18,6 +18,6 @@ This library has been only tested on the **Arduino Yùn** yet. Other boards and
1818

1919
## Examples
2020

21-
- [Example using the standard MQTTClient]().
22-
- [Example using the alternative YunMQTTClient]().
23-
- [Sketch to install the YunMQTTClient python client script]().
21+
- [Example using the standard MQTTClient](https://github.com/256dpi/arduino-mqtt/blob/master/examples/MQTTClient/MQTTClient.ino).
22+
- [Example using the alternative YunMQTTClient](https://github.com/256dpi/arduino-mqtt/blob/master/examples/YunMQTTClient/YunMQTTClient.ino).
23+
- [Sketch to install the YunMQTTClient python client script](https://github.com/256dpi/arduino-mqtt/tree/master/examples/YunMQTTInstall/YunMQTTInstall.ino).

0 commit comments

Comments
 (0)