Skip to content

Commit ab36f4d

Browse files
Merge pull request #218 from asanchezdelc/cayenne-lpp-docs
update CayenneLPP docs link
2 parents c63f0d0 + 29a21a5 commit ab36f4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/CayenneLPP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# API Reference
22

3-
The `CayenneLPP` class enables Arduino devices to encode data with the Cayenne Lower Power Protocol (LPP). [Read more about Cayenne LPP](https://mydevices.com/cayenne/docs/#lora-cayenne-low-power-payload)
3+
The `CayenneLPP` class enables Arduino devices to encode data with the Cayenne Low Power Payload (LPP). [Read more about Cayenne LPP](https://mydevices.com/cayenne/docs/lora/#lora-cayenne-low-power-payload)
44

55
## Class: `CayenneLPP`
66

@@ -81,4 +81,4 @@ uint8_t addAccelerometer(uint8_t channel, float x, float y, float z);
8181
uint8_t addBarometricPressure(uint8_t channel, float hpa);
8282
uint8_t addGyrometer(uint8_t channel, float x, float y, float z);
8383
uint8_t addGPS(uint8_t channel, float latitude, float longitude, float meters);
84-
```
84+
```

0 commit comments

Comments
 (0)