代码搜索:AVR微处理器
找到约 10,000 项符合「AVR微处理器」的源代码
代码结果 10,000
www.eeworm.com/read/419736/10839949
c main_master.c
//ICC-AVR application builder : 2007-7-19 9:50:03
// Target : M16
// Crystal: 7.3728Mhz
//主机从1到255发一个数,收一个数。从机接收到任何数都返回。
//当主机收到的数为0x10时,从零开始发送。
#include "config.h"
void main(void)
{
uint
www.eeworm.com/read/419736/10839962
_c main_master._c
//ICC-AVR application builder : 2007-7-19 9:50:03
// Target : M16
// Crystal: 7.3728Mhz
//主机从1到255发一个数,收一个数。从机接收到任何数都返回。
//当主机收到的数为0x10时,从零开始发送。
#include "config.h"
void main(void)
{
uint
www.eeworm.com/read/179625/7152435
c main.c
/*--------------------------------------------------*/
/* AVR-ARM开发网论坛 */
/* http://www.avrarm.com */
/* AVR生成代码测试程序
www.eeworm.com/read/324007/13295538
h servo.h
/***************************************************************************
*
* Servo
*
*
*/
#include
void servo_init(void);
void ports_init(void);
void set_servo_pos
www.eeworm.com/read/126760/6013113
mak ucosii.mak
CC = iccavr
CFLAGS = -IC:\icc\include -I\UCOS-II_AVR_ICC\RTOSIC~1\OS_SOURCE -I\UCOS-II_AVR_ICC\RTOSIC~1\source -e -DATMEGA -l -A -A -g -Mavr_enhanced
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\ic
www.eeworm.com/read/126760/6013163
mak ucosii.mak
CC = iccavr
CFLAGS = -IC:\icc\include -I\UCOS-II_AVR_ICC\RTOSIC~1\OS_SOURCE -I\UCOS-II_AVR_ICC\RTOSIC~1\source -e -DATMEGA -l -A -A -g -Mavr_enhanced
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\ic
www.eeworm.com/read/126760/6013215
mak ucosii.mak
CC = iccavr
CFLAGS = -IC:\icc\include -I\UCOS-II_AVR_ICC\RTOSIC~1\OS_SOURCE -I\UCOS-II_AVR_ICC\RTOSIC~1\source -e -DATMEGA -l -A -A -g -Mavr_enhanced
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\ic
www.eeworm.com/read/125819/6021141
h jump_cl.h
/* avr.src/jump_cl.h */
virtual int ijmp(t_mem code);
virtual int eijmp(t_mem code);
virtual int icall(t_mem code);
virtual int eicall(t_mem code);
virtual int ret(t_mem code);
virtual in
www.eeworm.com/read/493923/6384636
h sd_raw_config.h
/*
* Copyright (c) 2006-2009 by Roland Riegel
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of either the GNU General Publ
www.eeworm.com/read/264994/11287792
c main_master.c
//ICC-AVR application builder : 2007-7-19 9:50:03
// Target : M16
// Crystal: 7.3728Mhz
// 作者:古欣
// AVR与虚拟仪器 http://www.avrvi.com
//主机从1到255发一个数,收一个数。从机接收到任何数都返回。
//当主机收到的数为0x10时,从零开始发送,主机采用查询