NULL
This commit is contained in:
22
user/Device/TPL0501.h
Executable file
22
user/Device/TPL0501.h
Executable file
@@ -0,0 +1,22 @@
|
||||
#ifndef __TPL0501_H__
|
||||
#define __TPL0501_H__
|
||||
|
||||
//##############################################################################
|
||||
#if(ENABLE_USE_TPL0501)
|
||||
//##############################################################################
|
||||
|
||||
#define CTYPE_POT 0
|
||||
#define ATYPE_POT BIT1
|
||||
|
||||
#define POT_MAX 255
|
||||
#define POT_DEFAULT 128
|
||||
|
||||
void DigitalPotOutput(unsigned int PotCHN, unsigned int PotData);
|
||||
void DigitalPotLowPower(void);
|
||||
unsigned char DigitalPotRead(unsigned int PotCHN);
|
||||
#endif
|
||||
|
||||
//##############################################################################
|
||||
#endif
|
||||
//##############################################################################
|
||||
|
||||
Reference in New Issue
Block a user