Initial commit

This commit is contained in:
CChen616
2024-03-19 15:48:17 +08:00
parent 2ae601ba66
commit 1023fb5796
82 changed files with 43002 additions and 1 deletions

19
include/mks_test.h Normal file
View 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