add first rev of eeprom
and ref voltage in varhandler
This commit is contained in:
@ -87,6 +87,11 @@ extern "C" {
|
||||
//=================================================================================================
|
||||
|
||||
BOOL USFL_boInitializeModule( VOID );
|
||||
BOOL USFL_boGetVariable ( U8 u8Variable, U32 * u32Variable );
|
||||
BOOL USFL_boSetVariable ( U8 u8Variable, U32 u32Variable );
|
||||
|
||||
BOOL USFL_vLock( VOID );
|
||||
BOOL USFL_vUnlock( VOID );
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Reference in New Issue
Block a user