We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3793d6b + 87ecabc commit 6c2d82cCopy full SHA for 6c2d82c
1 file changed
lib/servo.js
@@ -86,7 +86,7 @@ Servo.prototype.sweep = function (options) {
86
// sweep settings
87
lapse = options.lapse || 2000,
88
to = options.to || 180,
89
- from = options.from || 1;
+ from = options.from || 1,
90
// sweep handlers
91
doSweep = function doSweep(pos) {
92
// this.board.log('info', 'current position: ', pos);
0 commit comments