GY-63_MS5611/libraries/ADS1x15/library.json
2022-03-15 15:40:30 +01:00

24 lines
531 B
JSON

{
"name": "ADS1X15",
"keywords": "ADS1013, ADS1014, ADS1015, ADS1113, ADS1114, ADS1115, I2C, ADC",
"description": "Arduino library for ADS1015 - I2C 12 bit ADC and ADS1115 I2C 16 bit ADC",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/ADS1X15"
},
"version": "0.3.6",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "ADS1X15.h"
}