Prius IPM controller

Dependencies:   mbed

Fork of analoghalls5_5 by N K

Revision:
34:bfe180de813a
Parent:
11:dccbaa9274c5
--- a/meta/referencesynthesizers.cpp	Mon Mar 16 03:09:48 2015 +0000
+++ b/meta/referencesynthesizers.cpp	Mon Mar 16 04:58:35 2015 +0000
@@ -5,7 +5,7 @@
 #include "core.h"
 
 void SynchronousReferenceSynthesizer::GetReference(float angle, float throttle, float *ref_d, float *ref_q) {
-    *ref_d = 0.0f;
+    *ref_d = 0.00f;
     *ref_q = _max_phase_current * throttle;
 }