Skip to content

Commit dfdd074

Browse files
committed
Merge branch 'master' into Development
2 parents 26f5aae + 68e0b7b commit dfdd074

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ See [ant-arduino](https://github.com/cujomalainey/ant-arduino#hardware)
6666

6767
## Support ANT+ Profiles
6868

69-
This library aims to support all ANT+ devices. This goal will take time but its an attainable one. Check out the [wiki](https://github.com/cujomalainey/antplus-arduino/wiki/Profile-Support) for the list of profiles implemented and their verions.
69+
This library aims to support all ANT+ devices. This goal will take time but its an attainable one. Check out the [wiki](https://github.com/cujomalainey/antplus-arduino/wiki/Profile-Support) for the list of profiles implemented and their versions.
7070

7171
## Installation
7272

@@ -76,7 +76,7 @@ Arduino 1.5 and later
7676

7777
Arduino now includes a library manager for easier library installation. From the Sketch menu select include library->Manage Libraries, then type "antplus-arduino" in the filter and install.
7878

79-
Prior to Arduino 1.5 installation is a manual
79+
Prior to Arduino 1.5 installation is manual
8080

8181
Download a .zip or .tar.gz release from github. Determine the location of your sketchbook by selecting "preferences" on the Arduino menu. Create a "libraries" folder in your sketchbook and unzip the release file in that location.
8282

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/cujomalainey/antplus-arduino.git"
99
},
10-
"version": "0.1.0",
10+
"version": "0.2.0",
1111
"frameworks": "arduino",
1212
"platforms": "atmelavr, atmelsam, espressif32, espressif8266, intel_arc32, microchippic32, nordicnrf51, nordicnrf52, ststm32, timsp430, teensy",
1313
"dependencies":

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ANTPLUS-Arduino
2-
version=0.1.0
2+
version=0.2.0
33
author=Curtis Malainey <curtis@malainey.com>
44
maintainer=Curtis Malainey <curtis@malainey.com>
55
sentence=Library for easy ANT+ integration

0 commit comments

Comments
 (0)