Skip to content

Commit

Permalink
docs: install note
Browse files Browse the repository at this point in the history
  • Loading branch information
reiniiriarios committed Dec 9, 2023
1 parent 43eadca commit 640a881
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ adapt this library for a different WiFi driver, look to the `wifiSetup()`, `wifi
`mqttConnect()` and related methods. If you'd like to adapt the library for ethernet, these same
methods could likely be simplified or removed from the loop.

## Install

The easiest way to install is to search for `MQTT_Looped` in the Library Manager in the [Arduino IDE](https://www.arduino.cc/en/software) or [VS Code extension](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.vscode-arduino).

## Usage

See [examples](./examples/basic/basic.ino) for example usage.

0 comments on commit 640a881

Please sign in to comment.