16 lines
209 B
C
16 lines
209 B
C
|
/*
|
||
|
* accelerometer.h
|
||
|
*
|
||
|
* @date May 19, 2016
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2016
|
||
|
*/
|
||
|
|
||
|
#ifndef HW_LAYER_ACCELEROMETER_H_
|
||
|
#define HW_LAYER_ACCELEROMETER_H_
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif /* HW_LAYER_ACCELEROMETER_H_ */
|