forked from ccsens_hardware/stc_ttss_868
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
314 B
15 lines
314 B
#ifndef _app_paraid_H
|
|
#define _app_paraid_H
|
|
|
|
#include "../clib/clib.h"
|
|
extern void L1_Iap_Read_us(vU16 addr,vU16 *val);
|
|
|
|
extern void L1_Iap_Write_us(vU16 addr,vU16 val);
|
|
#define D_paraAdd0_paper150 0x0000
|
|
#define D_paraAdd1_paper150 0x0200
|
|
extern void L1_paraid_init(void);
|
|
|
|
#endif //_app_paraid_H calib
|
|
|
|
|
|
|
|
|