Files
Cluster/insDavi2.0/include/Protocol/MainBoard_IIC.h
2026-04-17 18:22:45 +08:00

21 lines
498 B
C

#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