Files
Cluster/clusterApp/include/InsTask/MainBoardCommunication.h

19 lines
375 B
C
Raw Normal View History

2026-04-17 18:22:45 +08:00
#ifndef MAINBOARDCOMMUNICATION_H_INCLUDED
#define MAINBOARDCOMMUNICATION_H_INCLUDED
#include <InsTask.h>
extern Bool globAppQuit;
extern Bool globI2c_PeepBuffer;
#ifdef COMPILE_IN_WINDOWS
#include <windows.h>
extern HINSTANCE globHInstance;
#endif // COMPILE_IN_WINDOWS
extern const InsTask gMainBoardCommunication;
#endif // MAINBOARDCOMMUNICATION_H_INCLUDED