GY-63_MS5611/libraries/rotaryDecoderSwitch/library.json
2024-02-23 09:47:51 +01:00

25 lines
576 B
JSON

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