feat(clusterApp): initial version run in Ubuntu.

change fb to DRM
This commit is contained in:
2026-04-17 18:49:03 +08:00
parent 2774b26f8b
commit 0108dbb67f
2827 changed files with 859 additions and 19860 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