Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2081 → Rev 2093

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