2021-01-29 12:31:58 +01:00
|
|
|
{
|
|
|
|
"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"
|
|
|
|
},
|
2023-09-22 19:37:56 +02:00
|
|
|
"version": "0.3.13",
|
2021-04-25 19:56:44 +02:00
|
|
|
"license": "MIT",
|
2021-01-29 12:31:58 +01:00
|
|
|
"frameworks": "*",
|
2021-12-11 16:46:06 +01:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "ADS1X15.h"
|
2021-01-29 12:31:58 +01:00
|
|
|
}
|