26 lines
610 B
C
26 lines
610 B
C
/*
|
|
* Code generated from Atmel Start.
|
|
*
|
|
* This file will be overwritten when reconfiguring your Atmel Start project.
|
|
* Please copy examples or other code you want to keep to a separate file or main.c
|
|
* to avoid loosing it when reconfiguring.
|
|
*/
|
|
#ifndef BOSCH_SENSOR_MAIN_H
|
|
#define BOSCH_SENSOR_MAIN_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include <bno055.h>
|
|
|
|
void bosch_sensor_init(void);
|
|
BNO055_RETURN_FUNCTION_TYPE ORIENTATION_SENSOR_0_init(void);
|
|
void ORIENTATION_SENSOR_0_example(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* BOSCH_SENSOR_MAIN_H */
|