Renamed QMC5883L_Mode_Control enumeration values to make it clear they are to be used in the magnetometer API

This commit is contained in:
Th3maz1ng 2023-04-10 21:13:18 +02:00
parent efae9a917e
commit b8a11a8a79

View File

@ -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