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

25 lines
514 B
JSON
Raw Normal View History

2021-05-17 10:29:53 -04:00
{
"name": "rotaryDecoder",
2021-12-27 15:02:58 -05:00
"keywords": "rotary,encoder,PCF8574",
2021-05-17 10:29:53 -04:00
"description": "Arduino library to rotary decoder with a PCF8574\nSupports up to 4 RE's",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/rotaryDecoder.git"
},
2023-11-21 09:30:00 -05:00
"version": "0.2.0",
2021-05-17 10:29:53 -04:00
"license": "MIT",
2023-09-22 16:09:36 -04:00
"frameworks": "*",
2021-12-27 15:02:58 -05:00
"platforms": "*",
"headers": "rotaryDecoder.h"
2021-05-17 10:29:53 -04:00
}
2023-11-21 09:30:00 -05:00