Skip to content

Commit

Permalink
Add link to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bergdahl committed Nov 21, 2023
1 parent 895c6b1 commit 64b98ee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ that you can also use as a starting point for your own firmware.
- `FIRMWARE_VARIANT_MQTT` - Use the WiFiManager, web configuration portal and MQTT support
- `FIRMWARE_VARIANT_HA` - Use the WiFiManager, web configuration portal, MQTT and Home Assistant support

### Basic JBWoprDevice usage
### Code documentation

Full code documentation is available at https://jonnybergdahl.github.io/jbwopr/

## JBWoprDevicee

Create an instance of the `JBWoprDevice` class. Do any configuration you need to do then
and call `begin()` in your `setup()` function. Then call `loop()` in your `loop()` function.
Expand Down

0 comments on commit 64b98ee

Please sign in to comment.