{
    "name": "cosa-servo",
    "description": "Wio package for Cosa to control Servo",
    "keywords": [
        "wio",
        "pkg",
        "avr",
        "cosa"
    ],
    "readme": "# Cosa Servo\n\nThis is a wio package for Cosa that allows access to Servo and provides functionality to control them\n\n## Usage\n\nDefine a servo using `Servo servo(0, Board::D9)` and start it using `Servo::begin()`\n\nControl the servo using:\n```cpp\nservo.angle(10);\n```\n\n## Install\n```bash\nwio install cosa-servo\n```\n",
    "readmeFile": "README.md",
    "version": "1.0.2",
    "main": ".wio.js",
    "dist": {
        "integrity": "",
        "shasum": "",
        "tarball": "",
        "fileCount": 0,
        "unpackedSize": 0,
        "npm-signature": ""
    },
    "scripts": null,
    "dependencies": {},
    "maintainers": null,
    "contributors": [
        "Deep Dhillon \u003cdeep@deepdhillon.ca\u003e"
    ],
    "bugs": "",
    "author": "Mikael Patel \u003cmikael.patel@gmail.com\u003e",
    "license": "MIT",
    "homepage": "",
    "repository": ""
}