代码搜索结果
找到约 10,000 项符合
0 的代码
task_0.c
/*********************************************************************
* SEGGER MICROCONTROLLER SYSTEME GmbH *
* Solutions for real time microcontroller applica
lcdmono0.c
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2004.4.26
\************************
uart0.lst
C51 COMPILER V8.02 UART0 11/13/2008 10:57:44 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE UART0
NO OBJECT MODULE REQUESTE
uart0.#3
//UATR0 试验,从串口以9600,N,1的模式循环输出16进制的 00--FF
#include
void PORT_Init(void)
{
P0MDOUT |= 0x10;
P0MDOUT &=~0x20;
XBR0=0x01;
XBR1=0xC0;
}
void Interal_Crystal(void)
{