can't push chnages :(

Fork of FBRDash by Michael Allan

inc/State.h

Committer:
intrinseca
Date:
2012-06-25
Revision:
1:b3907b8d9f65
Child:
5:177520d43c87

File content as of revision 1:b3907b8d9f65:

#ifndef FBRDASH_STATE_H
#define FBRDASH_STATE_H

struct State
{
    unsigned short int rpm;
    unsigned char throttle_pos;
    unsigned char manifold_pres;
    unsigned char air_temp;
    float coolant_temp;
    unsigned char lambda;
    unsigned char speed;
    unsigned char accel_x;
    unsigned char accel_y;
    unsigned char gear;
    unsigned char oil_temp;
    unsigned char oil_pres;
    unsigned char warnings;
};

#endif