Prius IPM controller

Dependencies:   mbed

Fork of analoghalls5_5 by N K

includes.h

Committer:
nki
Date:
2015-03-06
Revision:
9:d3b70c15baa9
Parent:
6:99ee0ce47fb2
Child:
10:b4abecccec7a

File content as of revision 9:d3b70c15baa9:

#ifndef __INCLUDES_H
#define __INCLUDES_H

#include "mbed.h"
#include "math.h"
#include "fastmath.h"


extern Serial *pc;
extern float test_alpha;
extern float test_beta;

extern float d_mean;
extern float q_mean;

extern float test_DtcA;
extern float test_DtcB;
extern float test_DtcC;

using namespace FastMath;
#endif