Modified structure to use a sub-module for platform APIs

This commit is contained in:
Marco Grella 2015-07-31 17:11:27 +02:00
parent 711dd02a9c
commit 62c33260bd
257 changed files with 1417 additions and 158047 deletions

View file

@ -34,16 +34,33 @@
*
******************************************************************************
*/
/* Includes ------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/**
* \addtogroup stm32nucleo-spirit1-peripherals
* @{
*
* \defgroup stm32nucleo-spirit1-gyroscope-sensor Gyroscope Sensor
*
* Maps the gyroscope sensor on the STM32 Sensor Expansion board.
* @{
*
* \file
* Header file for the stm32nucleo-spirit1 Gyroscope Sensor Driver
*/
/*---------------------------------------------------------------------------*/
#ifndef GYROSCOPE_SENSOR_H_
#define GYROSCOPE_SENSOR_H_
/*---------------------------------------------------------------------------*/
#include "lib/sensors.h"
#include "sensor-common.h"
/*---------------------------------------------------------------------------*/
extern const struct sensors_sensor gyroscope_sensor;
/*---------------------------------------------------------------------------*/
#define GYROSCOPE_SENSOR "Gyroscope"
/*---------------------------------------------------------------------------*/
#endif /* GYROSCOPE_SENSOR_H_ */
/*---------------------------------------------------------------------------*/
/**
* @}
* @}
*/