GY-63_MS5611/libraries/SRF05/library.json
2023-11-22 11:12:31 +01:00

24 lines
471 B
JSON

{
"name": "SRF05",
"keywords": "distance,sound,HY-SRF05,SRF04,ping",
"description": "Arduino library for SRF05 distance sensor",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/SRF05.git"
},
"version": "0.1.5",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "SRF05.h"
}