GY-63_MS5611/libraries/rotaryDecoder/library.json
2024-01-06 14:12:50 +01:00

25 lines
514 B
JSON

{
"name": "rotaryDecoder",
"keywords": "rotary,encoder,PCF8574",
"description": "Arduino library to rotary decoder with a PCF8574\nSupports up to 4 RE's",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/rotaryDecoder.git"
},
"version": "0.2.1",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "rotaryDecoder.h"
}