Skip to content

Commit a288863

Browse files
committed
Merge branch 'master' into develop
2 parents c482e6e + 75034fb commit a288863

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# antplus-arduino
2-
An Implementation of the Ant+ Network on top of ant-arduino
2+
An Implementation of the Ant+ Network on top of [ant-arduino](https://github.com/cujomalainey/ant-arduino)
33

44
## Status
55

66
[![Build Status](https://travis-ci.org/cujomalainey/antplus-arduino.svg?branch=master)](https://travis-ci.org/cujomalainey/antplus-arduino)
77

88
## News
99

10-
* 9/4/2017 Project Started
10+
* 10/1/2017 v0.1.0 Version released, library added to managers
1111
* 9/24/2017 Proof of concept complete (for system design)
12+
* 9/4/2017 Project Started
1213

1314
## Roadmap
1415

15-
* v0.1.0 Build Initial Framework with HR profile slave
1616
* v0.2.0 Build Framework for Channel Master with HR master
1717
* v0.3.0 Build support for non-ANT+ channel interfacing
1818
* v1.0.0 Finalize and verify system
@@ -48,9 +48,7 @@ void setup() {
4848
hr.onHeartRatePreviousHeartBeat(previousHeartBeatDataPageHandler, NULL);
4949
hr.begin();
5050
// wait for pair to complete
51-
while(hr.getChannelStatus() == CHANNEL_STATUS_SEARCHING) {router.loop();};
52-
// print channel status
53-
// get sensor serial number
51+
hr.waitForPair();
5452
}
5553
5654
void loop() {
@@ -83,7 +81,7 @@ Prior to Arduino 1.5 installation is a manual
8381
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.
8482

8583
If you are using platformio you can install the library by running
86-
``` platformio lib install ### ```
84+
``` platformio lib install 1879 ```
8785

8886
## Uploading Sketches
8987

0 commit comments

Comments
 (0)