Subversion Repositories FlightCtrl

Rev

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

Rev 1948 Rev 2369
Line 49... Line 49...
49
 
49
 
50
#define MASK_SET_PWM_SCALING            0x01
50
#define MASK_SET_PWM_SCALING            0x01
51
#define MASK_SET_CURRENT_LIMIT          0x02
51
#define MASK_SET_CURRENT_LIMIT          0x02
52
#define MASK_SET_TEMP_LIMIT                     0x04
52
#define MASK_SET_TEMP_LIMIT                     0x04
53
#define MASK_SET_CURRENT_SCALING        0x08
53
#define MASK_SET_CURRENT_SCALING        0x08
54
#define MASK_SET_BITCONFIG                      0x10
54
#define MASK_SET_BITCONFIG                      0x10
55
#define MASK_RESET_CAPCOUNTER           0x20
55
#define MASK_SET_STARTPWM                       0x20
56
#define MASK_SET_DEFAULT_PARAMS         0x40
56
#define MASK_SET_DEFAULT_PARAMS         0x40
Line 57... Line 57...
57
#define MASK_SET_SAVE_EEPROM            0x80
57
#define MASK_SET_SAVE_EEPROM            0x80
58
 
58
 
59
#define BITCONF_REVERSE_ROTATION 0x01
59
#define BITCONF_REVERSE_ROTATION 0x01
60
#define BITCONF_RES1 0x02
60
#define BITCONF_STARTGAS1 0x02
61
#define BITCONF_RES2 0x04
61
#define BITCONF_STARTGAS2 0x04
62
#define BITCONF_RES3 0x08
62
#define BITCONF_STARTGAS3 0x08
63
#define BITCONF_RES4 0x10
63
#define BITCONF_RES4 0x10
64
#define BITCONF_RES5 0x20
64
#define BITCONF_RES5 0x20