Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1999 → Rev 2000

/branches/V0.86d_MartinW_Jeti+V0.20/capacity.h
6,7 → 6,11
unsigned short ActualCurrent; // in 0.1A Steps
unsigned short ActualPower; // in 0.1W
signed short UsedCapacity; // in mAh //Modified by metro
#ifdef WITH_REMAINCAPACITY // only include functions if DEBUG is defined in main.h
 
#warning : "### with REMAIN CAPACITY ###"
signed short RemainCapacity; // in mAh //Added by metro
#endif
unsigned char MinOfMaxPWM; // BL Power Limit
} __attribute__((packed)) Capacity_t;