Skip to content

Commit 018a487

Browse files
committed
update library.json files
1 parent 6760bfd commit 018a487

File tree

43 files changed

+364
-11
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+364
-11
lines changed

libraries/AD524X/library.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
{
22
"name": "AD524X",
33
"keywords": "I2C digital PotentioMeter AD5241 AD5242",
4-
"description": "The library is to control digital PotentioMeter AD5241 AD5242",
4+
"description": "The library controls digital PotentioMeter AD5241 AD5242",
5+
"authors":
6+
[
7+
{
8+
"name": "Rob Tillaart",
9+
"email": "Rob.Tillaart@gmail.com",
10+
"maintainer": true
11+
}
12+
],
513
"repository":
614
{
715
"type": "git",

libraries/AnalogPin/library.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
"name": "AnalogPin",
33
"keywords": "analogRead, smooth, analog, noise reduction",
44
"description": "Class for smoothing analogReads.",
5+
"authors":
6+
[
7+
{
8+
"name": "Rob Tillaart",
9+
"email": "Rob.Tillaart@gmail.com",
10+
"maintainer": true
11+
}
12+
],
513
"repository":
614
{
715
"type": "git",

libraries/Angle/library.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
"name": "Angle",
33
"keywords": "Angle convert seconds minutes hours degrees radians",
44
"description": "Library to convert between floating point angle to minutes hours representation.",
5+
"authors":
6+
[
7+
{
8+
"name": "Rob Tillaart",
9+
"email": "Rob.Tillaart@gmail.com",
10+
"maintainer": true
11+
}
12+
],
513
"repository":
614
{
715
"type": "git",

libraries/AvrHeap/library.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,21 @@
22
"name": "Avrheap",
33
"keywords": "heap dump walk free list ",
44
"description": "Library to runtime analyze the structure of the heap (AVR328).",
5+
"authors":
6+
[
7+
{
8+
"name": "Rob Tillaart",
9+
"email": "Rob.Tillaart@gmail.com",
10+
"maintainer": true
11+
}
12+
],
513
"repository":
614
{
715
"type": "git",
816
"url": "https://github.com/RobTillaart/Arduino.git"
917
},
1018
"frameworks": "arduino",
11-
"platforms": "*",
19+
"platforms": "atmelavr",
1220
"export": {
1321
"include": "libraries/Avrheap"
1422
}

libraries/BitArray/library.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
"name": "BitArray",
33
"keywords": "Bit Array Boolean ",
44
"description": "Library to make a compact array of objects with a size expressed in bits. typically 1..10",
5+
"authors":
6+
[
7+
{
8+
"name": "Rob Tillaart",
9+
"email": "Rob.Tillaart@gmail.com",
10+
"maintainer": true
11+
}
12+
],
513
"repository":
614
{
715
"type": "git",

libraries/BoolArray/library.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
"name": "BoolArray",
33
"keywords": "Bool Boolean array compact",
44
"description": "Library to implement a compact array of booleans of max size 2000.",
5+
"authors":
6+
[
7+
{
8+
"name": "Rob Tillaart",
9+
"email": "Rob.Tillaart@gmail.com",
10+
"maintainer": true
11+
}
12+
],
513
"repository":
614
{
715
"type": "git",

libraries/Complex/library.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
{
22
"name": "Complex",
33
"keywords": "Complex numbers Imaginary phase modulus polar conjugate",
4-
"description": "Library for Complex math for Arduino.",
4+
"description": "Library for Complex math.",
5+
"authors":
6+
[
7+
{
8+
"name": "Rob Tillaart",
9+
"email": "Rob.Tillaart@gmail.com",
10+
"maintainer": true
11+
}
12+
],
513
"repository":
614
{
715
"type": "git",

libraries/CountDown/library.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
"name": "CountDown",
33
"keywords": "Count down stopwatch timer, MILLIS, MICROS, SECONDS",
44
"description": "Library to implement a CountDown clock (in SW no HW).",
5+
"authors":
6+
[
7+
{
8+
"name": "Rob Tillaart",
9+
"email": "Rob.Tillaart@gmail.com",
10+
"maintainer": true
11+
}
12+
],
513
"repository":
614
{
715
"type": "git",

libraries/Cozir/library.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
{
22
"name": "Cozir",
33
"keywords": "Cozir CO2 sensor polling",
4-
"description": "Library for COZIR range of sensors for Arduino. Polling mode only.",
4+
"description": "Library for COZIR range of CO2 sensors for Arduino. Polling mode only.",
5+
"authors":
6+
[
7+
{
8+
"name": "DirtGambit",
9+
},
10+
{
11+
"name": "Rob Tillaart",
12+
"email": "Rob.Tillaart@gmail.com",
13+
"maintainer": true
14+
}
15+
],
516
"repository":
617
{
718
"type": "git",

libraries/DHT2pin/library.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
"name": "DHT2pin",
33
"keywords": "DHT11 DHT22 DHT33 DHT44 AM2301 AM2302 AM2303",
44
"description": "Experimental library of the DHT library that uses 2 pins instead of 3.",
5+
"authors":
6+
[
7+
{
8+
"name": "Rob Tillaart",
9+
"email": "Rob.Tillaart@gmail.com",
10+
"maintainer": true
11+
}
12+
],
513
"repository":
614
{
715
"type": "git",

0 commit comments

Comments
 (0)