代码搜索结果
找到约 10,000 项符合
Debug 的代码
debug.ini
/*-------------------------------------------------------------
This file set the analog inputs for the A/D to different
values depending on the button clicked
-------------------------------------
debug.ini
/*-------------------------------------------------------------
This file set the analog inputs for the A/D to different
values depending on the button clicked
-------------------------------------
debug.ini
PE_SWD = 0
reset
g, main
include "ADC.ini"
ADC_Input (12, 5.0)
debug.ini
/*-------------------------------------------------------------
This file set the analog inputs for the A/D to different
values depending on the button clicked
-------------------------------------
debug.ini
g, main
include "watchdog.ini"
debug.ini
/*-------------------------------------------------------------
This file set the analog inputs for the A/D to different
values depending on the button clicked
-------------------------------------
debug.ini
/*---------------------------------------------------------
Disable the timer 0 external gate so that the program works.
---------------------------------------------------------*/
PORT3 &= ~0x04;
debug.ini
/*-------------------------------------------------------------
This file set the analog inputs for the A/D to different
values depending on the button clicked
-------------------------------------
debug.c
#include
#include
#include "debug.h"
void dbg_print(const char *format, ...)
{
va_list ap;
va_start(ap, format);
vsyslog(LOG_DAEMON, format, ap);
va_end(ap);
vfprintf(std