Skip to content

Commit ed611be

Browse files
committed
Prep repo for pushing to Arduino
1 parent 17b0475 commit ed611be

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ install:
6464
- pip install -U platformio
6565

6666
script:
67-
- platformio ci --lib="." --board=teensy31
67+
- platformio ci --lib="src" --board=teensy31

library.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=ANT-Arduino library
2-
version=0.0.1
3-
author=Curtis Malainey
2+
version=0.1.0
3+
author=Curtis Malainey <[email protected]>
44
maintainer=Curtis Malainey <[email protected]>
5-
sentence=Library for talking to various ANT radios from Dynastream Innovations
6-
paragraph=Supports NRF51 and NRF52 ANT modules running the network processor firmware that are connected via Serial.
5+
sentence=Library for talking to various ANT radios from Dynastream Innovations.
6+
paragraph=Supports NRF51 and NRF52 ANT modules running the network processor firmware that are connected via Serial. Can be configured to work in the ANT+ ecosystem. Currently only supports Broadcast Rx communication. Requires sleep pin to be manually grounded currently.
77
category=Communication
88
url=https://github.com/cujomalainey/ant-arduino
99
architectures=*

ANT.cpp renamed to src/ANT.cpp

File renamed without changes.

ANT.h renamed to src/ANT.h

File renamed without changes.

0 commit comments

Comments
 (0)