sensor_bmx055.h 615 B

1234567891011121314151617181920212223
  1. /**************************************************************************//**
  2. *
  3. * @copyright (C) 2019 Nuvoton Technology Corp. All rights reserved.
  4. *
  5. * SPDX-License-Identifier: Apache-2.0
  6. *
  7. * Change Logs:
  8. * Date Author Notes
  9. * 2020-1-16 Wayne First version
  10. *
  11. ******************************************************************************/
  12. #ifndef __SENSOR_BMX055_H__
  13. #define __SENSOR_BMX055_H__
  14. #include "sensor.h"
  15. #include "bma2x2.h"
  16. #include "bmm050.h"
  17. #include "bmg160.h"
  18. int rt_hw_bmx055_init(const char *name, struct rt_sensor_config *cfg);
  19. #endif /* __SENSOR_BMX055_H__ */