feat():initial version

This commit is contained in:
2026-04-17 18:22:45 +08:00
commit ebc372aa44
2824 changed files with 445824 additions and 0 deletions

View 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