#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