2023-11-21 15:30:00 +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.0",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "rotaryDecoder.h"
}