#ifndef __B_DRV_QMC5883L_H__
#define __B_DRV_QMC5883L_H__

#ifdef __cplusplus
extern "C" {
#endif

/* Includes ----------------------------------------------*/
#include "drivers/inc/b_driver.h"

/**
 * \defgroup QMC5883L_Exported_TypesDefinitions
 * \{
 */
typedef bHalI2CIf_t bQMC5883L_HalIf_t;

/**
 * }
 */

/**
 * \defgroup QMC5883L_Exported_Defines
 * \{
 */
#define QMC5883L_NEWDATA_READY 0
#define QMC5883L_NEWDATA_NOT_READY 1

/**
 * }
 */

/**
 * \defgroup QMC5883L_Exported_Macros
 * \{
 */

/**
 * }
 */

/**
 * \defgroup QMC5883L_Exported_Functions
 * \{
 */

/**
 * }
 */

/**
 * }
 */

/**
 * }
 */

/**
 * }
 */

#ifdef __cplusplus
}
#endif

#endif /* __B_DRV_QMC5883L_H__ */

/***** Copyright (c) 2023 miniminiminini *****END OF FILE*****/