servo-pca9685
Version:
Library to run the PCA9685 PWM driver.
31 lines (30 loc) • 665 B
JSON
{
"name": "servo-pca9685",
"version": "0.1.3",
"description": "Library to run the PCA9685 PWM driver.",
"main": "index.js",
"scripts": {
"test": "tinytap -e 'tessel run {} ${SERVO_PORT}' test/*.js"
},
"repository": "tessel/servo-pca9685",
"author": "Jia Huang <jia@technical.io>",
"license": "MIT",
"readmeFilename": "README.md",
"directories": {
"example": "examples"
},
"hardware": {
"./examples": false
},
"dependencies": {},
"devDependencies": {
"async": "^0.9.0",
"tinytap": "0.2.0"
},
"keywords": [
"tessel",
"servo",
"pca9685"
],
"gitHead": "817db128bd7934a99c3d412b725712008def9931"
}