代码搜索:Peripherals
找到约 2,004 项符合「Peripherals」的源代码
代码结果 2,004
www.eeworm.com/read/264994/11288354
c main.c
//ICC-AVR application builder : 2007-1-31 21:10:52
// Target : M16
// Crystal: 7.3728Mhz
#include
#include
void port_init(void)
{
PORTA = 0x00;
DDRA = 0x00;
PORT
www.eeworm.com/read/264994/11288427
c main.c
//ICC-AVR application builder : 2007-6-9 0:33:58
// Target : M16
// Crystal: 1.0000Mhz
// 用途:演示定时器的工作原理
// 作者:古欣
// AVR与虚拟仪器 http://www.avrvi.com
#include
#include
void
www.eeworm.com/read/157103/11738702
c motor_salve.c
#include
#include
#include "qep.h"
#include "SPI_slave.h"
#include "pwm.h"
extern unsigned char SPI_rx_buff[SPI_size];
extern unsigned char SPI_tx_buff[SPI_size];
www.eeworm.com/read/257757/11913406
_c main._c
//AM12864参考程序(st7920)
/********************************************/
/* AM12864系列测试程序 1.0for mega16 */
/* Designed by ourembed.com */
/* 2003.04.23 */
/*******************************************
www.eeworm.com/read/257757/11913422
c main.c
//AM12864参考程序(st7920)
/********************************************/
/* AM12864系列测试程序 1.0for mega16 */
/* Designed by ourembed.com */
/* 2003.04.23 */
/*******************************************
www.eeworm.com/read/341750/12067831
s main.s
.module main.c
.area text(rom, con, rel)
.dbfile F:\芯生光盘资料\范例代码\ADC\main.c
.dbfunc e main _main fV
; i ->
.even
_main::
.dbline -1
.dbline 14
; //ICC-AVR applicatio
www.eeworm.com/read/339056/12264319
c device_init.c
//ICC-AVR application builder : 2006-11-1 0:27:10
// Target : M32
// Crystal: 7.3728Mhz
//文件名:device_init.c 各种参数初始化
#include "config.h"
void port_init(void)
{
PORTA = 0x00;
DDRA = 0x00;
www.eeworm.com/read/252464/12280710
c int2.c
//ICC-AVR application builder : 2007-5-6 12:36:39
// Target : M16
// Crystal: 8.0000Mhz
#include
#include
void port_init(void)
{
PORTA = 0x00;
DDRA = 0xff;
PORTB
www.eeworm.com/read/252464/12280773
_c int2._c
//ICC-AVR application builder : 2007-5-6 12:36:39
// Target : M16
// Crystal: 8.0000Mhz
#include
#include
void port_init(void)
{
PORTA = 0x00;
DDRA = 0x00;
PORTB
www.eeworm.com/read/252462/12281777
c int0.c
//ICC-AVR application builder : 2007-5-6 12:36:39
// Target : M16
// Crystal: 8.0000Mhz
#include
#include
void port_init(void)
{
PORTA = 0x00;
DDRA = 0xff;
PORTB