EMS/drv/test.h

12 lines
239 B
C
Raw Permalink Normal View History

2024-11-13 14:46:59 +08:00
#ifndef __TEST_H_
#define __TEST_H_
void runTest();
void testDI();
void testDO();
void testUart();
void testCreatThreadTask();
void *testLoggerThread(void *arg);
void *testDIDetectThread(void *arg);
void *testUartThread(void *arg);
#endif