diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-28 13:25:28 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-28 13:25:28 -0400 |
commit | 20cda0b9312dd5b8eec72373e17ff47fff7987b3 (patch) | |
tree | 6c81fb0d403fa17fe6af2a47957b4a348e9a93c6 /monitor.h | |
parent | 519fd530238c4a71cdd32c07a5a4d1835bedda0b (diff) |
added monitor functions
Diffstat (limited to 'monitor.h')
-rw-r--r-- | monitor.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/monitor.h b/monitor.h new file mode 100644 index 0000000..9114a84 --- /dev/null +++ b/monitor.h @@ -0,0 +1,13 @@ +#ifndef MONITOR_H_ +#define MONITOR_H_ + +#include <stdlib.h> + + +void I2C_Setup_Monitor(); +void force_monitor_cal(int channel, int do_calibration); +int I2C_Get_Monitor_Word(int channel); +int I2C_Check_Monitors(void); + + +#endif |