libwallaby  v23
The wallaby standard library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
analog.h
Go to the documentation of this file.
1 /*
2  * analog.h
3  *
4  * Created on: Nov 3, 2015
5  * Author: Joshua Southerland
6  */
7 
8 #ifndef INCLUDE_WALLABY_ANALOG_H_
9 #define INCLUDE_WALLABY_ANALOG_H_
10 
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21 
29 int analog(int port);
30 
31 
39 int analog8(int port);
40 
41 
49 int analog10(int port);
50 
51 
59 int analog12(int port);
60 
61 
70 int analog_et(int port);
71 
72 
82 void set_analog_pullup(int port, int pullup);
83 
92 int get_analog_pullup(int port);
93 
94 #ifdef __cplusplus
95 }
96 #endif
97 
98 
99 #endif /* INCLUDE_WALLABY_ANALOG_H_ */
int analog10(int port)
int analog(int port)
int analog_et(int port)
int get_analog_pullup(int port)
void set_analog_pullup(int port, int pullup)
int analog12(int port)
int analog8(int port)