24 lines
557 B
JSON
Raw Normal View History

2021-05-17 15:43:30 +02:00
{
"name": "rotaryDecoderSwitch",
2021-12-27 21:05:16 +01:00
"keywords": "rotary,encoder,PCF8574",
2022-11-23 15:30:52 +01:00
"description": "Arduino library for rotary decoder+switch with a PCF8574\nSupports up to 2 RE's with switch",
2021-05-17 15:43:30 +02:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/rotaryDecoderSwitch.git"
},
2022-11-23 15:30:52 +01:00
"version": "0.1.3",
2021-05-17 15:43:30 +02:00
"license": "MIT",
"frameworks": "arduino",
2021-12-27 21:05:16 +01:00
"platforms": "*",
"headers": "rotaryDecoderSwitch.h"
2021-05-17 15:43:30 +02:00
}