1.0.1 • Published 9 years ago

servo.js v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
9 years ago

servo.js

Servo object for use with mraa on Intel IoT devices.

Example

var Servo = require('servo.js');

var myServo = new Servo(3); // pin
myServo.write(90); //degrees

Usage

You can also configure the servo object with min/max pulse size, min/max angle, speed, and the like. Check the code.