blob: 1de38e7f912f75d87481ae3250f214989efd1e36 [file] [log] [blame]
#ifndef __ANALOG_H__
#define __ANALOG_H__
#include <stdint.h>
void analog_init(void);
int analog(int channel);
#endif // __ANALOG_H__