You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
#ifndef __DEBUG_OPT__
|
|
|
|
|
#define __DEBUG_OPT_
|
|
|
|
|
|
|
|
|
|
#include <ExtSRAMInterface.h>
|
|
|
|
|
#include "AccurateMotor.h"
|
|
|
|
|
#include "GlobalDatas.h"
|
|
|
|
|
#include <BKRC_Voice.h>
|
|
|
|
|
#include "OpenMVOpt.h"
|
|
|
|
|
#include <Infrare.h>
|
|
|
|
|
#include <CoreLED.h>
|
|
|
|
|
#include <Command.h>
|
|
|
|
|
#include <BEEP.h>
|
|
|
|
|
#include <LED.h>
|
|
|
|
|
|
|
|
|
|
namespace DebugOpt
|
|
|
|
|
{
|
|
|
|
|
//LED<45><44>ˮ<EFBFBD>Ƽ<EFBFBD><C6BC><EFBFBD><EFBFBD><EFBFBD>
|
|
|
|
|
extern uint8_t led_flow_cnt;
|
|
|
|
|
//<2F><>բ<EFBFBD><D5A2><EFBFBD><EFBFBD>ָ<EFBFBD><D6B8>
|
|
|
|
|
extern uint8_t open_road_buf[8];
|
|
|
|
|
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ָ<EFBFBD><D6B8>
|
|
|
|
|
extern uint8_t voive_test_buf[9];
|
|
|
|
|
//<2F><><EFBFBD><EFBFBD>ʶ<EFBFBD><CAB6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ָ<EFBFBD><D6B8>
|
|
|
|
|
extern uint8_t voice_trm_buf[8];
|
|
|
|
|
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ָ<EFBFBD><D6B8>
|
|
|
|
|
extern uint8_t ir_repo_buf[6];
|
|
|
|
|
|
|
|
|
|
//LED<45><44>ˮ<EFBFBD><CBAE>
|
|
|
|
|
void DoLEDFlow();
|
|
|
|
|
|
|
|
|
|
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>в<EFBFBD><D0B2><EFBFBD>
|
|
|
|
|
void DebugRun();
|
|
|
|
|
|
|
|
|
|
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>в<EFBFBD><D0B2><EFBFBD>
|
|
|
|
|
void DebugServo();
|
|
|
|
|
|
|
|
|
|
//<2F><>բ<EFBFBD><D5A2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
|
|
|
void Road_Gate_Test();
|
|
|
|
|
|
|
|
|
|
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
|
|
|
void Speech_Sounds_Ctr();
|
|
|
|
|
|
|
|
|
|
//<2F><><EFBFBD><EFBFBD>ʶ<EFBFBD><CAB6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
|
|
|
void Speech_Disc();
|
|
|
|
|
|
|
|
|
|
//<2F><><EFBFBD>ⷢ<EFBFBD>Ͳ<EFBFBD><CDB2><EFBFBD>
|
|
|
|
|
void Infrared_Test();
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
#endif
|