23 lines
511 B
JSON
Raw Normal View History

2021-05-17 15:43:30 +02:00
{
"name": "rotaryDecoderSwitch",
"keywords": "rotary encoder PCF8574",
"description": "Arduino library to rotary decoder 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"
},
2021-11-16 19:02:04 +01:00
"version": "0.1.1",
2021-05-17 15:43:30 +02:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*"
}