H2M Teststand / Mbed 2 deprecated H2M_Snippets

Dependencies:   mbed

Fork of Low_Cost_PWM by Hans Dampf

Revision:
1:dadef2f723e4
Parent:
0:13b8e78aee30
Child:
2:5798dde60822
--- a/Main.cpp	Mon Sep 08 23:24:48 2014 +0000
+++ b/Main.cpp	Mon Sep 08 23:27:06 2014 +0000
@@ -16,6 +16,7 @@
 {
     bool Light_stop = 0;
     int counter = 0, RPM_S = 0;
+    float diff_rpm = 0, spec_rpm = 0;
     
     Motor_Fet.period_us(20000);
     Motor_Fet.pulsewidth_us(200);