can't push chnages :(

Fork of FBRDash by Michael Allan

inc/State.h

Committer:
tomontoast
Date:
2012-10-14
Revision:
5:177520d43c87
Parent:
1:b3907b8d9f65

File content as of revision 5:177520d43c87:

#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 warnings;
    float voltage;
};

#endif