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

24 lines
527 B
JSON
Raw Normal View History

2021-05-30 08:25:11 -04: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"
},
2022-11-24 06:49:27 -05:00
"version": "0.1.2",
2021-05-30 08:25:11 -04:00
"license": "MIT",
"frameworks": "arduino",
2021-12-28 05:35:20 -05:00
"platforms": "*",
"headers": "ShiftInSlow.h"
2021-05-30 08:25:11 -04:00
}