feat():initial version
This commit is contained in:
20
insDavi2.0/include/Protocol/MainBoard_IIC.h
Normal file
20
insDavi2.0/include/Protocol/MainBoard_IIC.h
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef MAINBOARD_IIC_H_INCLUDED
|
||||
#define MAINBOARD_IIC_H_INCLUDED
|
||||
|
||||
#include <InsCfg.h>
|
||||
#include <BaseTypes.h>
|
||||
|
||||
#ifndef MbIicApi
|
||||
#ifndef MAINBOARD_IIC_IMPLEMENT
|
||||
#define MbIicApi extern
|
||||
#else
|
||||
#define MbIicApi
|
||||
#endif // MAINBOARD_IIC_IMPLEMENT
|
||||
#endif // MbIicApi
|
||||
|
||||
MbIicApi void MB_IIC_SetInitialValue();
|
||||
MbIicApi void MB_IIC_DecodeData(UInt08 frameId);
|
||||
MbIicApi void MB_IIC_EncodeData(UInt08 frameId);
|
||||
MbIicApi Int32 MB_IIC_VerifyAndStore(UInt08 id, UInt08 *data);
|
||||
|
||||
#endif // MAINBOARD_IIC_H_INCLUDED
|
||||
Reference in New Issue
Block a user