GY-63_MS5611/libraries/I2C_LCD/library.json
2024-01-03 11:05:18 +01:00

24 lines
454 B
JSON

{
"name": "I2C_LCD",
"keywords": "HD44780, 20x4, 16x2, lcd",
"description": "Arduino library for I2C_LCD.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/I2C_LCD.git"
},
"version": "0.2.0",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "I2C_LCD.h"
}