GY-63_MS5611/libraries/RS485/library.json

24 lines
445 B
JSON
Raw Normal View History

2022-05-24 11:24:57 -04:00
{
"name": "RS485",
"keywords": "RS485 SERIAL BALANCED",
"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"
},
2022-05-25 06:32:10 -04:00
"version": "0.2.1",
2022-05-24 11:24:57 -04:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "RS485.h"
}