summaryrefslogtreecommitdiff
path: root/monitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'monitor.h')
-rw-r--r--monitor.h13
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