Added missing pwm param

This commit is contained in:
John Shaver 2018-12-14 09:28:49 -08:00
父節點 e88568b3c7
當前提交 8d10e604f0
共有 1 個文件被更改,包括 1 次插入1 次删除

查看文件

@ -103,7 +103,7 @@ function render() {
case "green":
if(ledRed.getPwmDutyCycle()) {
DEBUG && console.log("Turning off Red LED.");
return ledRed.hardwarePwmWrite(0);
return ledRed.hardwarePwmWrite(HZ, 0);
}
if(!ledGreen.digitalRead()) {
DEBUG && console.log("Turning on Green LED.");