added library.json files

This commit is contained in:
RobTillaart 2016-12-17 20:53:18 +01:00
parent 378494393e
commit 45d8bff06a
39 changed files with 585 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"name": "AD524X",
"keywords": "I2C digital PotentioMeter AD5241 AD5242",
"description": "The library is to control digital PotentioMeter AD5241 AD5242",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/AD524X"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "AnalogPin",
"keywords": "analogRead, smooth, analog, noise reduction",
"description": "Class for smoothing analogReads.",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/AnalogPin"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "Angle",
"keywords": "Angle convert seconds minutes hours degrees radians",
"description": "Library to convert between floating point angle to minutes hours representation.",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/Angle"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "Avrheap",
"keywords": "heap dump walk free list ",
"description": "Library to runtime analyze the structure of the heap (AVR328).",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/Avrheap"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "BitArray",
"keywords": "Bit Array Boolean ",
"description": "Library to make a compact array of objects with a size expressed in bits. typically 1..10",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/BitArray"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "BoolArray",
"keywords": "Bool Boolean array compact",
"description": "Library to implement a compact array of booleans of max size 2000.",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/BoolArray"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "Complex",
"keywords": "Complex numbers Imaginary phase modulus polar conjugate",
"description": "Library for Complex math for Arduino.",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/Complex"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "CountDown",
"keywords": "Count down stopwatch timer, MILLIS, MICROS, SECONDS",
"description": "Library to implement a CountDown clock (in SW no HW).",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/CountDown"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "Cozir",
"keywords": "Cozir CO2 sensor polling",
"description": "Library for COZIR range of sensors for Arduino. Polling mode only.",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/Cozir"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "DHT2pin",
"keywords": "DHT11 DHT22 DHT33 DHT44 AM2301 AM2302 AM2303",
"description": "Experimental library of the DHT library that uses 2 pins instead of 3.",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/DHT2pin"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "DHTlib",
"keywords": "DHT11 DHT22 DHT33 DHT44 AM2301 AM2302 AM2303",
"description": "Optimized Library for DHT Temperature & Humidity Sensor on AVR only.",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/DHTlib"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "DHTlib",
"keywords": "DHT11 DHT22 DHT33 DHT44 AM2301 AM2302 AM2303",
"description": "Stable version of the library for DHT Temperature & Humidity Sensor.",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/DHTstable"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "DistanceTable",
"keywords": "Distance triangle matrix lookup efficient",
"description": "Library for a memory efficient DistanceTable for Arduino.",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/DistanceTable"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "FastMap",
"keywords": "Fast Map Lookup",
"description": "Library with fast map function for Arduino.",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/FastMap"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "FastShiftIn",
"keywords": "Shift in serial ",
"description": "Class for up to 2x faster shift in.",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/FastShiftIn"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "FastShiftOut",
"keywords": "Shift out serial ",
"description": "Class for up to 2x faster shift out. Implements print() interface.",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/FastShiftOut"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "Fraction",
"keywords": "Library for using fractions.",
"description": ".",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/Fraction"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "Histogram",
"keywords": "Histogram VAL CDF PMF frequency",
"description": "Library for creating histogram math.",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/Histogram"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "I2C_EEPROM",
"keywords": "EEPROM 24LC256",
"description": "Library for I2C EEPROMS.",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/I2C_EEPROM"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "IEEE754tools",
"keywords": "IEEE 754 ",
"description": "Helper functions for IEEE 754 floating point format.",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/IEEE754tools"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "MAX31855",
"keywords": "MAX31855 Thermocouple",
"description": "Library for MAX31855 Thermocouple.",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/MAX31855"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "MCP4725",
"keywords": "MCP4725 DAC Convertor",
"description": "LIbrary for the MCP4725 DAC.",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/MCP4725"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "MS5611",
"keywords": "MS5611 Temperature Pressure",
"description": "Experimental library for MS5611 Temperature & Pressure for Arduino.",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/MS5611"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "MultiMap",
"keywords": "MultiMap Map interpolation non-linear",
"description": "Library for fast non-linear interpolation by means of 2 helper arrays.",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/MultiMap"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "PCA9635",
"keywords": "I2C PCA9635 PWM",
"description": "Library PCA9635 library .",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/PCA9635"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "PCA9685",
"keywords": "I2C PCA9685 PWM",
"description": "Library for PCA9685 library.",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/PCA9685"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "PCF8574",
"keywords": "I2C PCF8574 IO I/O shift rotate",
"description": "Library PCF8574 library for Arduino, implementing shift rotate.",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/PCF8574"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "Par27979",
"keywords": "Parallax 27979 serial display",
"description": "Defines for Parallax 27979 serial display.",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/Par27979"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "ParPrinter",
"keywords": "Parallel printer ",
"description": "Experimental (not complete) library to connect a parallel printer to Arduino. Implements printer interface.",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/ParPrinter"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "PulsePattern",
"keywords": "Pulse pattern repeating ",
"description": "Library to generate repeating pulse patterns. (uses timer1)",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/PulsePattern"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "Radar",
"keywords": "Pan tilt",
"description": "Experimental library for a pan tilt radar.",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/Radar"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "RunningMedian",
"keywords": "running median, average, outliers",
"description": "The library stores the last N individual values in a buffer to select the median. It filters outliers.",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/RunningMedian"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "Set",
"keywords": "Set union diff intersection equal subset",
"description": "Library to implement SET datastructure.",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/Set"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "Statistic",
"keywords": "Statistic sum min max average variance standard deviation population unbiased",
"description": "Library with basic statistical functions for Arduino.",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/Statistic"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "StopWatch",
"keywords": "StopWatch start stop elapsed millis micros seconds",
"description": "Library to implement a stopwatch.",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/StopWatch"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "Temperature",
"keywords": "Temperature Kelvin Celsius Fahrenheit dewPoint humidex heatIndex",
"description": "Library with weather related functions.",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/Temperature"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "VT100",
"keywords": "VT100 terminal display codes",
"description": "Display codes (defines) for VT100 terminal emulators.",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/VT100"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "XMLWriter",
"keywords": "Write XML node header tag indent field",
"description": ".",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/XMLWriter"
}
}

View File

@ -0,0 +1,15 @@
{
"name": "HMC6352",
"keywords": "Compass",
"description": "Experimental library for digital compass sensor",
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": "libraries/HMC6352"
}
}