GY-63_MS5611/libraries/rotaryDecoderSwitch/library.json
2022-11-23 15:30:52 +01:00

24 lines
557 B
JSON

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