GY-63_MS5611/libraries/RS485/library.json
2023-12-06 10:23:31 +01:00

24 lines
449 B
JSON

{
"name": "RS485",
"keywords": "RS485, serial, balanced, max485",
"description": "RS485 library for Arduino.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/RS485"
},
"version": "0.3.0",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "RS485.h"
}