Remove typo in SLOW_PWM variable

This commit is contained in:
Matt 2016-05-12 22:05:25 -04:00
parent ed075bbfa9
commit 24baf8ae4d
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ GND-----\ | \-----PIN
*/ */
const int FAST_PWM = 255; const int FAST_PWM = 255;
const int SLOW_PWM = SLOW_PWM; const int SLOW_PWM = 127;
/* ------------------------------------------------ /* ------------------------------------------------
* pins * pins