Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1963 → Rev 1964

/branches/dongfang_FC_rewrite/analog.h
189,8 → 189,6
#define UBAT_AT_5V (int16_t)((5.0 * (1.0/11.0)) * 1024 / (3.0 * 3))
 
typedef struct {
uint8_t checksum;
uint8_t revisionNumber;
int16_t offsets[3];
} sensorOffset_t;