2016-12-17 20:53:18 +01:00
|
|
|
{
|
|
|
|
"name": "FastShiftOut",
|
|
|
|
"keywords": "Shift out serial ",
|
2017-04-27 00:10:51 +02:00
|
|
|
"description": "Class for up to 3x faster shift out. Implements print() interface.",
|
2016-12-18 10:48:17 +01:00
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
|
|
|
}
|
|
|
|
],
|
2016-12-17 20:53:18 +01:00
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/RobTillaart/Arduino.git"
|
|
|
|
},
|
|
|
|
"frameworks": "arduino",
|
2017-04-27 00:10:51 +02:00
|
|
|
"platforms": "AVR",
|
2016-12-17 20:53:18 +01:00
|
|
|
"export": {
|
|
|
|
"include": "libraries/FastShiftOut"
|
|
|
|
}
|
|
|
|
}
|