Chameleon-Mini
Firmware
Chameleon-Mini
Tests
ChameleonTerminal.h
1
/* ChameleonTerminal.h */
2
3
#ifndef __TESTS_CHAMELEON_TERMINAL_H__
4
#define __TESTS_CHAMELEON_TERMINAL_H__
5
6
#include "../Terminal/Commands.h"
7
#include "../Terminal/CommandLine.h"
8
#include "../Terminal/Terminal.h"
9
10
typedef
bool (*ChameleonTestType)(
char
*, uint16_t);
11
12
#define COMMAND_RUNTESTS "RUNTESTS"
13
CommandStatusIdType CommandRunTests(
char
*OutParam);
14
15
#endif
Generated on Thu Mar 17 2022 12:03:24 for Chameleon-Mini by
1.8.13