forked from achamaikin/CCSModuleSW30Web
if it breaks, I’m in the mountains
This commit is contained in:
@@ -16,6 +16,7 @@ typedef enum{
|
||||
RELAY3,
|
||||
RELAY_DC,
|
||||
RELAY_AC,
|
||||
RELAY_CP,
|
||||
RELAY_CC,
|
||||
RELAY_DC1,
|
||||
//
|
||||
@@ -28,7 +29,11 @@ uint8_t GBT_LockGetState();
|
||||
void GBT_Lock(uint8_t state);
|
||||
uint8_t SW_GetAddr();
|
||||
void ADC_Select_Channel(uint32_t ch);
|
||||
uint8_t ADC_TryLock(void);
|
||||
void ADC_LockBlocking(void);
|
||||
void ADC_Unlock(void);
|
||||
int16_t GBT_ReadTemp(uint8_t ch);
|
||||
int16_t CONN_ReadTemp(uint8_t ch);
|
||||
|
||||
typedef enum{
|
||||
IN_SW0 = 0,
|
||||
|
||||
Reference in New Issue
Block a user