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

24 lines
519 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"
},
2022-11-23 09:19:55 -05:00
"version": "0.1.3",
2021-05-17 10:29:53 -04:00
"license": "MIT",
"frameworks": "arduino",
2021-12-27 15:02:58 -05:00
"platforms": "*",
"headers": "rotaryDecoder.h"
2021-05-17 10:29:53 -04:00
}