Skip to content

Commit a22ea57

Browse files
committed
ATLEDGE-444 Fix Library warnings for Arduino IDE 1.6.6
Some libraries were missing the "category" field in library.properties Minor fixes in some libraries for 1.6.6 compatibility
1 parent 5c29db6 commit a22ea57

File tree

18 files changed

+20
-6
lines changed

18 files changed

+20
-6
lines changed

libraries/CurieBle/library.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ author=Emutex
44
maintainer=Emutex <[email protected]>
55
sentence=Bluetooth Low Energy API for Intel Curie BLE device.
66
paragraph=
7+
category=Communication
78
url=
89
architectures=arc32

libraries/CurieImu/library.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ author=Emutex
44
maintainer=Emutex <[email protected]>
55
sentence=BMI160 6DOF IMU Sensor Library for Intel Curie
66
paragraph=Provides access to 3-axis Accelerometer and Gyroscope data from the BMI160 IMU incorporated on Intel Curie modules
7+
category=Sensors
78
url=
89
architectures=arc32
910

libraries/CurieRTC/examples/ReadTest/ReadTest.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <Time.h>
1+
#include <TimeLib.h>
22
#include <CurieRTC.h>
33

44
void setup() {

libraries/CurieRTC/examples/SetTime/SetTime.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <Time.h>
1+
#include <TimeLib.h>
22
#include <CurieRTC.h>
33

44
const char *monthName[12] = {

libraries/CurieRTC/library.properties

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name=CurieRTC
2+
version=1.0
3+
author=Intel
4+
maintainer=Intel <[email protected]>
5+
sentence=Curie RTC library.
6+
paragraph=
7+
category=Timing
8+
url=
9+
architectures=arc32
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)