mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
added library.json files
This commit is contained in:
parent
378494393e
commit
45d8bff06a
15
libraries/AD524X/library.json
Normal file
15
libraries/AD524X/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/AnalogPin/library.json
Normal file
15
libraries/AnalogPin/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/Angle/library.json
Normal file
15
libraries/Angle/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/AvrHeap/library.json
Normal file
15
libraries/AvrHeap/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/BitArray/library.json
Normal file
15
libraries/BitArray/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/BoolArray/library.json
Normal file
15
libraries/BoolArray/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/Complex/library.json
Normal file
15
libraries/Complex/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/CountDown/library.json
Normal file
15
libraries/CountDown/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/Cozir/library.json
Normal file
15
libraries/Cozir/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/DHT2pin/library.json
Normal file
15
libraries/DHT2pin/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/DHTlib/library.json
Normal file
15
libraries/DHTlib/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/DHTstable/library.json
Normal file
15
libraries/DHTstable/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/DistanceTable/library.json
Normal file
15
libraries/DistanceTable/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/FastMap/library.json
Normal file
15
libraries/FastMap/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/FastShiftIn/library.json
Normal file
15
libraries/FastShiftIn/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/FastShiftOut/library.json
Normal file
15
libraries/FastShiftOut/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/Fraction/library.json
Normal file
15
libraries/Fraction/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/Histogram/library.json
Normal file
15
libraries/Histogram/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/I2C_EEPROM/library.json
Normal file
15
libraries/I2C_EEPROM/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/IEEE754tools/library.json
Normal file
15
libraries/IEEE754tools/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/MAX31855/library.json
Normal file
15
libraries/MAX31855/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/MCP4725/library.json
Normal file
15
libraries/MCP4725/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/MS5611/library.json
Normal file
15
libraries/MS5611/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/MultiMap/library.json
Normal file
15
libraries/MultiMap/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/PCA9635/library.json
Normal file
15
libraries/PCA9635/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/PCA9685/library.json
Normal file
15
libraries/PCA9685/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/PCF8574/library.json
Normal file
15
libraries/PCF8574/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/Par27979/library.json
Normal file
15
libraries/Par27979/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/ParPrinter/library.json
Normal file
15
libraries/ParPrinter/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/PulsePattern/library.json
Normal file
15
libraries/PulsePattern/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/Radar/library.json
Normal file
15
libraries/Radar/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/RunningMedian/library.json
Normal file
15
libraries/RunningMedian/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/Set/library.json
Normal file
15
libraries/Set/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/Statistic/library.json
Normal file
15
libraries/Statistic/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/StopWatch/library.json
Normal file
15
libraries/StopWatch/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/Temperature/library.json
Normal file
15
libraries/Temperature/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/VT100/library.json
Normal file
15
libraries/VT100/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/XMLWriter/library.json
Normal file
15
libraries/XMLWriter/library.json
Normal 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"
|
||||
}
|
||||
}
|
15
libraries/hmc6532/library.json
Normal file
15
libraries/hmc6532/library.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user