代码搜索:main.c
找到约 10,000 项符合「main.c」的源代码
代码结果 10,000
www.eeworm.com/read/389636/8509929
c main.c
/*-----------------------------------------------------------------------------
MAIN.C
This program fills memory areas with stuff.
----------------------------------------------------------------
www.eeworm.com/read/389636/8509964
c main.c
/*---------------------------------------------------------
---------------------------------------------------------*/
#include
#include
/*----------------------------------
www.eeworm.com/read/389636/8509996
c main.c
#include
/*=============================================================================
=============================================================================*/
unsigned char ex
www.eeworm.com/read/389636/8510054
c main.c
#include
#include
/*------------------------------------------------
Timer 0 Interrupt Service Routine.
Set a breakpoint on 'overflow_count++' and run the
program in the d
www.eeworm.com/read/389636/8510092
c main.c
/*-----------------------------------------------------------------------------
Definitions for P1 (8 bits), P1.0, and P1.1.
-------------------------------------------------------------------------
www.eeworm.com/read/389636/8510131
c main.c
sfr P1 = 0x90;
sfr P1MDOUT = 0xA5;
sfr OSCICN = 0xB2;
//sfr P3 = 0xB0; /* SFR definition for Port 3 */
/*------------------------------------------------
MAIN C Function
--
www.eeworm.com/read/389636/8510153
c main.c
#include
#include
/* Sine Wave Value Table */
unsigned char idata sintab [] = {
0x00, 0x01, 0x03, 0x04, 0x06, 0x07, 0x09, 0x0A,
0x0C, 0x0E, 0x0F, 0x11, 0x12, 0x14, 0x15
www.eeworm.com/read/389636/8510180
c main.c
#include
#include
/*------------------------------------------------
MAIN C function
------------------------------------------------*/
void main (void)
{
/*--------------
www.eeworm.com/read/389635/8510257
c main.c
#include "TestSerial.h" // SFR declarations
#include "serial.h"
#include "serial1.h"
#include "SoftUart.h"
#define TIMER0 1000 //1000us
#define TIMER0_COUNT SYSCLK/1000*TIMER