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

@ -1,6 +1,6 @@
/**
******************************************************************************
* @file sensor-common.h
* @file platform/stm32nucleo-spirit1/dev/sensor-common.h
* @author System LAB
* @version V1.0.0
* @date 17-June-2015
@ -34,12 +34,23 @@
*
******************************************************************************
*/
/* Includes ------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/**
* \addtogroup stm32nucleo-spirit1-peripherals
* @{
*
*
* \file
* Header file for common sensor definitions.
*/
/*---------------------------------------------------------------------------*/
#ifndef SENSOR_COMMON_H_
#define SENSOR_COMMON_H_
/*---------------------------------------------------------------------------*/
#define X_AXIS 0x00
#define Y_AXIS 0x01
#define Z_AXIS 0x02
/*---------------------------------------------------------------------------*/
#endif /*SENSOR_COMMON_H_*/
/*---------------------------------------------------------------------------*/
/** @} */