mirror of
https://github.com/QIDITECH/QIDI_Q1_Pro.git
synced 2026-02-03 17:38:42 +03:00
Initial commit
This commit is contained in:
19
include/mks_test.h
Normal file
19
include/mks_test.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef MKS_TEST_H
|
||||
#define MKS_TEST_H
|
||||
|
||||
#include <unistd.h>
|
||||
#include <pthread.h>
|
||||
#include <time.h>
|
||||
#include <sys/time.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <iostream>
|
||||
#include <exception>
|
||||
#include <string.h>
|
||||
|
||||
void *mks_test(void *arg);
|
||||
bool testUSB();
|
||||
bool moko_test_func();
|
||||
bool network_test_func();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user