GY-63_MS5611/libraries/rotaryDecoder/library.json
2021-11-15 21:55:49 +01:00

23 lines
487 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.1.1",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*"
}