代码搜索结果
找到约 10,000 项符合
AVR 的代码
main.c
#include
#include
#include
#include
volatile unsigned short ;
void avr_int()
{
DDRA=0x00;
DDRB=0xfe;
DDRC=0xff;
DDRD=0xfe;
ADC_int();
USART_int()
imakefile
INCLUDES = $(XPM_INCLUDES)
DEPLIBS = XmClientDepLibs
LOCAL_LIBRARIES = XmClientLibs
SYS_LIBRARIES = -lpthread
CCOPTIONS = -ansi -g -Wall
SRCS = avr_simulator.c \
func_command.c \
hardware.c \
menu
sy2
#include
#include
#include
#include
void Initi_Device(void)
{
LED_ADD_DDR=0xFF;
LED_ADD_PORT=0xFE;
LED_DATA_DDR=0xFF;
L
main._c
/************************************************
文件:main.c
用途:3310_5510LCD驱动演示文件
注意:
创建:2008.1.25
修改:2008.1.25
Copy Right (c) www.avrvi.com AVR与虚拟仪器
****************************************
ucos_ii.d
ucos_ii.o ucos_ii.d : c:/WinAVR/uCOS-II/SOURCE/ucos_ii.c ./includes.h ./os_cpu.h \
./os_cfg.h ./ucos_ii.h ./avr_isr.h \WinAVR\uCOS-II\SOURCE\os_core.c \
\WinAVR\uCOS-II\SOURCE\os_flag.c \WinAVR\uC
receiver.c
// This file is part of MANTIS OS, Operating System
// See http://mantis.cs.colorado.edu/
//
// Copyright (C) 2003,2004,2005 University of Colorado, Boulder
//
// This program is free software; yo
main.c
#include
#include
#include "nokia_5110.h"
#include "bmp_pixel.h"
/******************************************************************************/
int main(void)
{
avrsms_api.h
// This file has been prepared for Doxygen automatic documentation generation.
/*! \file ********************************************************************
*
* Atmel Corporation
*
* - File
lcd1602._c
/*----------------------------------------------------
主函数
编译器:ICC-AVR v6.31A 日期: 2007-01-15 21:23:57
目标芯片 : M8
时钟: 8.0000Mhz
作者:hspeak
---------------------------------------------------*/
#
16段数码管演示.o.d
16段数码管演示.o: ../16段数码管演示.c \
C:\WinAVR-20090313\avr\include/avr/io.h \
C:\WinAVR-20090313\avr\include/avr/sfr_defs.h \
C:\WinAVR-20090313\avr\include/inttypes.h \
C:\WinAVR-20090313\avr\inc