Skip to content

Commit

Permalink
fixed url for latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
Karim Mansour committed Feb 24, 2019
1 parent caaa6d3 commit a2682ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ First of all ... i want to thank Jimi Hindrix, Eddie Hazel, The Doors and so man

Now ... let's go straight to business !

This library is meant to be used with the TFMini plus not to be confused with it's previous successor the TFMini "totally didn't happen to me". You can find the documentation provided by the manufacturer in the [documenataion folder](/documentation/SJ-PM-TFmini%20Plus%20A02%20Product%20Mannual_EN.pdf)
This library is meant to be used with the TFMini plus not to be confused with it's previous successor the TFMini "totally didn't happen to me". You can find the documentation provided by the manufacturer in the [documenataion folder](/documentation)

## How to add to the Arduino libraries

To use the library you need to get the latestest release [here](/releases/latest) and in your Arduino ide: Scketch > Include Library > Add .zip library.
To use the library you need to get the latestest release [here](https://github.com/senegalo/TFMiniPlus/releases/latest) and in your Arduino ide: Scketch > Include Library > Add .zip library.

## Initialization whithin your sketch

Expand Down
2 changes: 1 addition & 1 deletion src/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name=TFMiniPlus
version=0.0.1
author=Karim Mansour <[email protected]>
maintainer=Karim Mansour <[email protected]>
sentence=A library to read data and control the TFMiniPlus Lidar system.
sentence=A library to read data and control the TFMini Plus Lidar system.
paragraph=Supports all the configuration commands and all data types except the Pixhawl data mode.
category=Sensors
url=https://github.com/senegalo/TFMiniPlus
Expand Down

0 comments on commit a2682ab

Please sign in to comment.