Remove typo in SLOW_PWM variable
This commit is contained in:
parent
ed075bbfa9
commit
24baf8ae4d
|
@ -11,7 +11,7 @@ GND-----\ | \-----PIN
|
|||
*/
|
||||
|
||||
const int FAST_PWM = 255;
|
||||
const int SLOW_PWM = SLOW_PWM;
|
||||
const int SLOW_PWM = 127;
|
||||
|
||||
/* ------------------------------------------------
|
||||
* pins
|
||||
|
|
Loading…
Reference in New Issue