2021-01-29 06:31:58 -05: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-01-21 05:46:58 -05:00
|
|
|
"version": "0.3.9",
|
2021-04-25 13:56:44 -04:00
|
|
|
"license": "MIT",
|
2021-01-29 06:31:58 -05:00
|
|
|
"frameworks": "*",
|
2021-12-11 10:46:06 -05:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "ADS1X15.h"
|
2021-01-29 06:31:58 -05:00
|
|
|
}
|