STM32F302R8 with Konrad's inverter boards for senior design.

Dependencies:   mbed

Fork of Blue_Board_Ticker by Brad VanderWilp

Revision:
11:8dc1e36579e2
Parent:
10:3012bacdfc55
Child:
12:d34b96d7f997
--- a/main.cpp	Wed Apr 13 16:24:11 2016 +0000
+++ b/main.cpp	Wed Apr 13 17:40:36 2016 +0000
@@ -17,10 +17,6 @@
 InterruptIn hallB(PB_3);    //H2, Blue
 InterruptIn hallC(PB_10);   //H3, White
 
-//InterruptIn hallA(PB_3);   //New: H2; Original: H1, Green
-//InterruptIn hallB(PB_10);  //New: H3; Original: H2, Blue
-//InterruptIn hallC(PA_15);  //New: H1; Original: H3, White
-
 Ticker rpmInterrupt;
 int revCount = 0;
 int rpmPrintFlag = 0;