Subversion Repositories FlightCtrl

Rev

Rev 1529 | Rev 1672 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1529 Rev 1638
Line 58... Line 58...
58
 
58
 
59
#define CAPACITY_UPDATE_INTERVAL 10 // 10 ms
59
#define CAPACITY_UPDATE_INTERVAL 10 // 10 ms
60
#define FC_OFFSET_CURRENT 5  // calculate with a current of 0.5A
60
#define FC_OFFSET_CURRENT 5  // calculate with a current of 0.5A
Line 61... Line -...
61
#define BL_OFFSET_CURRENT 2  // calculate with a current of 0.2A
-
 
62
 
61
#define BL_OFFSET_CURRENT 2  // calculate with a current of 0.2A
63
 
62
 
64
// global varialbles
63
// global varialbles
Line 65... Line 64...
65
unsigned short update_timer =  0;
64
unsigned short update_timer =  0;