Subversion Repositories NaviCtrl

Rev

Rev 548 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 548 Rev 560
Line 130... Line 130...
130
        u16 Current;                                    // actual current in 0.1A steps
130
        u16 Current;                                    // actual current in 0.1A steps
131
        u16 UsedCapacity;                               // used capacity in mAh
131
        u16 UsedCapacity;                               // used capacity in mAh
132
} __attribute__((packed)) NaviData_t;
132
} __attribute__((packed)) NaviData_t;
Line 133... Line 133...
133
 
133
 
134
extern NaviData_t NaviData;
134
extern NaviData_t NaviData;
135
 
135
// .NCFlags
136
#define NC_FLAG_FREE                    0x01
136
#define NC_FLAG_FREE                    0x01
137
#define NC_FLAG_PH                              0x02
137
#define NC_FLAG_PH                              0x02
138
#define NC_FLAG_CH                              0x04
138
#define NC_FLAG_CH                              0x04
139
#define NC_FLAG_RANGE_LIMIT             0x08
139
#define NC_FLAG_RANGE_LIMIT             0x08