Subversion Repositories FlightCtrl

Rev

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

Rev 1666 Rev 1673
Line 89... Line 89...
89
#define BLCONFIG_SUCCESS                             0
89
#define BLCONFIG_SUCCESS                             0
90
#define BLCONFIG_ERR_MOTOR_RUNNING       1
90
#define BLCONFIG_ERR_MOTOR_RUNNING       1
91
#define BLCONFIG_ERR_MOTOR_NOT_EXIST     2
91
#define BLCONFIG_ERR_MOTOR_NOT_EXIST     2
92
#define BLCONFIG_ERR_HW_NOT_COMPATIBLE   3
92
#define BLCONFIG_ERR_HW_NOT_COMPATIBLE   3
93
#define BLCONFIG_ERR_SW_NOT_COMPATIBLE   4
93
#define BLCONFIG_ERR_SW_NOT_COMPATIBLE   4
-
 
94
#define BLCONFIG_ERR_CHECKSUM            5
Line 94... Line 95...
94
#define BLCONFIG_ERR_CHECKSUM            5
95
#define BLCONFIG_ERR_READ_NOT_POSSIBLE   6
95
 
96
 
Line 96... Line 97...
96
uint8_t I2C_WriteBLConfig(uint8_t motor);
97
uint8_t I2C_WriteBLConfig(uint8_t motor);