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

24 lines
464 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"
},
2022-07-15 04:22:42 -04:00
"version": "0.1.2",
2022-07-08 10:11:40 -04:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "DRV8825.h"
}