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

24 lines
500 B
JSON
Raw Normal View History

2021-01-29 06:31:58 -05:00
{
"name": "HeartBeat",
"keywords": "HeartBeat, blinking led, polling",
2021-11-02 12:26:51 -04:00
"description": "Arduino library for HeartBeat with frequency and duty cycle.",
2021-01-29 06:31:58 -05:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/HeartBeat.git"
},
2023-11-02 11:06:11 -04:00
"version": "0.3.3",
2021-05-28 07:30:27 -04:00
"license": "MIT",
2023-11-02 11:06:11 -04:00
"frameworks": "*",
2021-12-19 06:08:01 -05:00
"platforms": "*",
"headers": "HeartBeat.h"
2021-01-29 06:31:58 -05:00
}