We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a61e9 commit a98822dCopy full SHA for a98822d
module/rgb-led.js
@@ -11,7 +11,7 @@ function RgbLed (pins) {
11
var options = {
12
// Default 20ms period(500Hz) is for Linkit 7688.
13
period: 20000000,
14
- maxDutyCycle: 2550000
+ maxDutyCycle: 20000000
15
};
16
this._red = new IO(pins[0], 'pwm', options);
17
this._green = new IO(pins[1], 'pwm', options);
0 commit comments