libkovan  1
The kovan standard library
accel.h
Go to the documentation of this file.
1 #ifndef _ACCEL_H_
2 #define _ACCEL_H_
3 
4 #include "export.h"
5 #include "vtable.h"
6 
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 
11 VF EXPORT_SYM short accel_x();
12 
13 VF EXPORT_SYM short accel_y();
14 
15 VF EXPORT_SYM short accel_z();
16 
18 
19 VFL
20 
21 #ifdef __cplusplus
22 }
23 #endif
24 
25 #endif
VF EXPORT_SYM short accel_x()
VF EXPORT_SYM short accel_z()
VF EXPORT_SYM int accel_calibrate()
VF EXPORT_SYM short accel_y()
#define VF
Definition: vtable.h:10
#define VFL
Definition: vtable.h:11
#define EXPORT_SYM
Definition: export.h:7