basic reading and printing works
This commit is contained in:
13
analogin.h
Normal file
13
analogin.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef _ANALOGIN_H_
|
||||
#define _ANALOGIN_H_
|
||||
|
||||
#include "conf.h"
|
||||
|
||||
void
|
||||
analogin_init(void);
|
||||
|
||||
extern void
|
||||
on_channel_measured(unsigned char channel
|
||||
, unsigned int value);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user