24 lines
527 B
JSON
Raw Normal View History

2021-05-30 14:25:11 +02:00
{
"name": "ShiftInSlow",
"keywords": "Shift, shiftIn, in, serial, slow, 74HC165",
"description": "Arduino library for shiftIn with build-in delay - e.g. for 74HC165",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/ShiftInSlow.git"
},
2023-02-21 13:11:46 +01:00
"version": "0.1.3",
2021-05-30 14:25:11 +02:00
"license": "MIT",
"frameworks": "arduino",
2021-12-28 11:35:20 +01:00
"platforms": "*",
"headers": "ShiftInSlow.h"
2021-05-30 14:25:11 +02:00
}