Renamed QMC5883L_Mode_Control enumeration values to make it clear they are to be used in the magnetometer API
This commit is contained in:
parent
efae9a917e
commit
b8a11a8a79
@ -21,8 +21,8 @@
|
|||||||
/* Configuration enumerations */
|
/* Configuration enumerations */
|
||||||
typedef enum QMC5883L_Mode_Control
|
typedef enum QMC5883L_Mode_Control
|
||||||
{
|
{
|
||||||
Standby = 0,
|
QMC5883L_Mode_Control_Standby = 0,
|
||||||
Continuous = 1,
|
QMC5883L_Mode_Control_Continuous = 1,
|
||||||
} QMC5883L_Mode_Control_e;
|
} QMC5883L_Mode_Control_e;
|
||||||
|
|
||||||
typedef enum QMC5883L_Output_Data_Rate
|
typedef enum QMC5883L_Output_Data_Rate
|
||||||
|
Loading…
Reference in New Issue
Block a user