Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2093 → Rev 2081

/tags/V0.88e/capacity.h
5,8 → 5,7
{
unsigned short ActualCurrent; // in 0.1A Steps
unsigned short ActualPower; // in 0.1W
signed short UsedCapacity; // in mAh //Modified by metro
signed short RemainCapacity; // in mAh //Added by metro
unsigned short UsedCapacity; // in mAh
unsigned char MinOfMaxPWM; // BL Power Limit
} __attribute__((packed)) Capacity_t;