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

24 lines
455 B
JSON
Raw Normal View History

2022-05-24 11:24:57 -04:00
{
"name": "RS485",
2022-05-26 02:56:53 -04:00
"keywords": "RS485, serial, balanced, max485",
2022-05-24 11:24:57 -04:00
"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"
},
2023-02-05 14:00:17 -05:00
"version": "0.2.4",
2022-05-24 11:24:57 -04:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "RS485.h"
}