Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed TextLCD PinDetect
Diff: src/LEDS.cpp
- Revision:
- 7:78cb2263290a
- Parent:
- 5:177520d43c87
--- a/src/LEDS.cpp Wed Oct 17 16:08:51 2012 +0000
+++ b/src/LEDS.cpp Sun Feb 17 18:50:09 2013 +0000
@@ -14,7 +14,6 @@
//Calculate new PWM values
void LEDS::refresh(float rpm)
{
-
//Engine running
pins[0]=(rpm-1000)/4000;
//Change Down
