blob: 1de38e7f912f75d87481ae3250f214989efd1e36 [file] [log] [blame]
brians0ab60bb2013-01-31 02:21:51 +00001#ifndef __ANALOG_H__
2#define __ANALOG_H__
3
Brian Silvermanf92396c2013-09-12 20:13:13 -07004#include <stdint.h>
5
Brian Silverman6ad00b82013-03-27 19:02:38 -07006void analog_init(void);
7int analog(int channel);
Austin Schuh63d0e9b2013-03-27 04:43:14 +00008
Brian Silverman6ad00b82013-03-27 19:02:38 -07009#endif // __ANALOG_H__