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

24 lines
458 B
JSON
Raw Normal View History

2022-07-08 10:11:40 -04:00
{
"name": "DRV8825",
"keywords": "DRV8825",
"description": "Arduino library for DRV8825 stepper motor driver.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/DRV8825.git"
},
2023-09-17 04:17:04 -04:00
"version": "0.2.0",
2022-07-08 10:11:40 -04:00
"license": "MIT",
2023-09-17 04:17:04 -04:00
"frameworks": "*",
2022-07-08 10:11:40 -04:00
"platforms": "*",
"headers": "DRV8825.h"
}