Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1832 → Rev 1833

/branches/metro/v0.82a metro_Akku+/capacity.h
5,7 → 5,7
{
unsigned short ActualCurrent; // in 0.1A Steps
unsigned short ActualPower; // in 0.1W
signed short UsedCapacity; // in mAh //Modified by metro
unsigned short UsedCapacity; // in mAh
signed short RemainCapacity; // in mAh //Added by metro
unsigned char MinOfMaxPWM; // BL Power Limit
} __attribute__((packed)) Capacity_t;