24 lines
495 B
JSON
Raw Normal View History

2021-01-29 12:31:58 +01:00
{
"name": "I2C_ASDX",
2023-01-12 19:55:08 +01:00
"keywords": "ASDX,PSI,mBar,Pressure,I2C,Sensor",
"description": "Arduino library for I2C ASDX pressure sensor (Honeywell).",
2021-01-29 12:31:58 +01:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/I2C_ASDX.git"
},
2023-09-22 20:53:43 +02:00
"version": "0.3.4",
2021-05-28 14:16:25 +02:00
"license": "MIT",
2023-09-22 20:53:43 +02:00
"frameworks": "*",
2021-12-19 17:54:58 +01:00
"platforms": "*",
"headers": "I2C_ASDX.h"
2021-01-29 12:31:58 +01:00
}