GY-63_MS5611/libraries/rotaryDecoderSwitch/library.json

25 lines
576 B
JSON
Raw Normal View History

2021-05-17 09:43:30 -04:00
{
"name": "rotaryDecoderSwitch",
2024-02-23 03:47:51 -05:00
"keywords": "rotary,encoder,decoder,PCF8574",
"description": "Arduino library for rotary decoder + switch with a PCF8574\nSupports up to 2 rotary encoders with a switch.",
2021-05-17 09:43:30 -04:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/rotaryDecoderSwitch.git"
},
2024-02-23 03:47:51 -05:00
"version": "0.3.0",
2021-05-17 09:43:30 -04:00
"license": "MIT",
2023-09-22 16:03:02 -04:00
"frameworks": "*",
2021-12-27 15:05:16 -05:00
"platforms": "*",
"headers": "rotaryDecoderSwitch.h"
2021-05-17 09:43:30 -04:00
}
2024-02-23 03:47:51 -05:00