GY-63_MS5611/libraries/FastShiftOut/library.json
2017-05-02 20:22:11 +03:00

24 lines
494 B
JSON

{
"name": "FastShiftOut",
"keywords": "Shift out serial ",
"description": "Class for up to 3x faster shift out. Implements print() interface.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Arduino.git"
},
"frameworks": "arduino",
"platforms": "atmelavr",
"export": {
"include": "libraries/FastShiftOut"
}
}