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

23 lines
536 B
JSON
Raw Normal View History

2021-05-30 08:25:53 -04:00
{
"name": "ShiftOutSlow",
"keywords": "Shift, shiftOut, out, serial, slow, 74HC595",
2021-08-16 13:25:37 -04:00
"description": "Arduino library for shiftOut with build-in delay - e.g. for 74HC595.\nImplements the print interface.",
2021-05-30 08:25:53 -04:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/ShiftOutSlow.git"
},
2021-08-16 13:25:37 -04:00
"version": "0.1.1",
2021-05-30 08:25:53 -04:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*"
}