diff --git a/libs/core/output.ts b/libs/core/output.ts index 96f679cb..01f90e53 100644 --- a/libs/core/output.ts +++ b/libs/core/output.ts @@ -144,9 +144,9 @@ namespace motors { setReversed(reversed: boolean) { this.__init(); const b = mkCmd(this._port, DAL.opOutputPolarity, 1) - b.setNumber(NumberFormat.Int8LE, 2, reversed ? -1 : 1); + b.setNumber(NumberFormat.Int8LE, 2, reversed ? 0 : 1); writePWM(b) - } + } /** * Stops the motor(s).