EDF - OnePIC MCU
v1.1.0
|
00001 00006 #ifndef _POT_H 00007 #define _POT_H 00008 #include <stdint.h> 00009 00010 #define POT_CHANNEL 0x08; 00011 00012 void EDF_potInit(void); 00013 uint16_t EDF_potRead(void); 00014 00015 #endif //__POT_H 00016