This repository has been archived on 2025-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
controller-hd/Tests/test.h

20 lines
293 B
C

#ifndef __TEST_H__
#define __TEST_H__
#include "lib.h"
#include "bsp.h"
#include "delay.h"
#include "main.h"
typedef enum
{
TEST_DISABLE,
TEST_BSP,
TEST_POWER,
TEST_FPU_FLOAT,
TEST_WL_FLASH,
TEST_UTHASH,
} test_e;
extern void test(uint8_t flag);
#endif // __TEST_H__