libwallaby  v23
The wallaby standard library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
magneto.h
Go to the documentation of this file.
1 /*
2  * magneto.h
3  *
4  * Created on: Nov 5, 2015
5  * Author: Joshua Southerland
6  */
7 
8 #ifndef INCLUDE_WALLABY_MAGNETO_H_
9 #define INCLUDE_WALLABY_MAGNETO_H_
10 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
26 signed short magneto_x();
27 
33 signed short magneto_y();
34 
40 signed short magneto_z();
41 
48 int magneto_calibrate();
49 
50 #ifdef __cplusplus
51 }
52 #endif
53 
54 
55 
56 
57 #endif /* INCLUDE_WALLABY_MAGNETO_H_ */
signed short magneto_z()
signed short magneto_y()
int magneto_calibrate()
signed short magneto_x()