Skip to content

Commit ab5b18f

Browse files
committed
Rev 0.2.0
1 parent 271fb84 commit ab5b18f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Arduino library for communicating with ANT radios, with support for nrf51 device
88

99
## News
1010

11+
* 12/26/2016 More examples and Tx added
1112
* 06/08/2016 Initial Experimental Rx only release
1213
* 04/21/2016 Project forked from Andrew Wrapp xbee-arduino
1314

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/ant-arduino.git"
99
},
10-
"version": "0.1.1",
10+
"version": "0.2.0",
1111
"frameworks": "arduino",
1212
"platforms": "atmelavr, teensy"
1313
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ANT-Arduino library
2-
version=0.1.1
2+
version=0.2.0
33
author=Curtis Malainey <[email protected]>
44
maintainer=Curtis Malainey <[email protected]>
55
sentence=Library for talking to various ANT radios from Dynastream Innovations.

0 commit comments

Comments
 (0)