libkovan  1
The kovan standard library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
accel.h
Go to the documentation of this file.
1 #ifndef _ACCEL_H_
2 #define _ACCEL_H_
3 
4 #include "export.h"
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
10 EXPORT_SYM short accel_x();
11 EXPORT_SYM short accel_y();
12 EXPORT_SYM short accel_z();
13 
15 
16 #ifdef __cplusplus
17 }
18 #endif
19 
20 #endif
EXPORT_SYM short accel_y()
EXPORT_SYM short accel_x()
#define EXPORT_SYM
Definition: export.h:7
EXPORT_SYM short accel_z()
EXPORT_SYM int accel_calibrate()