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

24 lines
561 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"
},
2023-11-22 04:22:11 -05:00
"version": "0.1.5",
2021-05-30 08:25:53 -04:00
"license": "MIT",
2023-11-22 04:22:11 -05:00
"frameworks": "*",
2021-12-28 05:53:42 -05:00
"platforms": "*",
"headers": "ShiftOutSlow.h"
2021-05-30 08:25:53 -04:00
}