summaryrefslogtreecommitdiff
path: root/monitor.h
blob: 9114a847826e76bfb1c093e3549a4a7fecc016f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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