24 lines
567 B
JSON
Raw Normal View History

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