代码搜索:j60
找到约 52 项符合「j60」的源代码
代码结果 52
www.eeworm.com/read/346706/11731776
h enc28j60conf.h
/*! \file enc28j60conf.h \brief Microchip ENC28J60 Ethernet Interface Driver Configuration. */
//*****************************************************************************
//
// File Name : 'enc
www.eeworm.com/read/200724/15427020
h enc28j60.h
/*! \file enc28j60.h \brief Microchip ENC28J60 Ethernet Interface Driver. */
//*****************************************************************************
//
// File Name : 'enc28j60.h'
// Title
www.eeworm.com/read/200724/15427036
h enc28j60conf.h
/*! \file enc28j60conf.h \brief Microchip ENC28J60 Ethernet Interface Driver Configuration. */
//*****************************************************************************
//
// File Name : 'enc
www.eeworm.com/read/290837/8458599
txt sm.txt
m16+enc28j60组成的网络接口。
m16使用内部RC振荡8M。
enc28j60模块使用www.icdev.com.cn的。
软件编写使用avrstudio4.12+sp4+winavr(avrstudio自带的winavr嵌入方式)。
硬件连接:
m16 | enc28j60
PB4 | CS
PB5 | SI
PB6 | SO
PB7 | SCK
PB0 | nRS
www.eeworm.com/read/432452/8604653
h enc28j60.h
#ifndef IN_ENC28J60
#define IN_ENC28J60
typedef union _WORD_BYTES
{
u16_t word;
u8_t bytes[2];
struct
{
u8_t low;
u8_t high;
} byte;
}WORD_BYTES;
www.eeworm.com/read/290837/8458616
txt readme.txt
m16+enc28j60组成的网络接口。
m16使用内部RC振荡8M。
enc28j60模块使用www.icdev.com.cn的。
软件编写使用avrstudio4.12+sp4+winavr(avrstudio自带的winavr嵌入方式)。
硬件连接:
m16 | enc28j60
PB4 | CS
PB5 | SI
PB6 | SO
PB7 | SCK
PB0 | nRS
www.eeworm.com/read/464228/7167308
txt readme.txt
m16+enc28j60组成的网络接口。
m16使用内部RC振荡8M。
enc28j60模块使用www.icdev.com.cn的。
软件编写使用avrstudio4.12+sp4+winavr(avrstudio自带的winavr嵌入方式)。
硬件连接:
m16 | enc28j60
PB4 | CS
PB5 | SI
PB6 | SO
PB7 | SCK
PB0 | nRS
www.eeworm.com/read/251413/12346845
txt readme.txt
m16+enc28j60组成的网络接口。
m16使用内部RC振荡8M。
enc28j60模块使用www.icdev.com.cn的。
软件编写使用avrstudio4.12+sp4+winavr(avrstudio自带的winavr嵌入方式)。
硬件连接:
m16 | enc28j60
PB4 | CS
PB5 | SI
PB6 | SO
PB7 | SCK
PB0 | nRS
www.eeworm.com/read/202733/15375223
txt readme.txt
m16+enc28j60组成的网络接口。
m16使用内部RC振荡8M。
enc28j60模块使用www.icdev.com.cn的。
软件编写使用avrstudio4.12+sp4+winavr(avrstudio自带的winavr嵌入方式)。
硬件连接:
m16 | enc28j60
PB4 | CS
PB5 | SI
PB6 | SO
PB7 | SCK
PB0 | nRS
www.eeworm.com/read/467539/7005355
c main.c
/*****************************************************/
/* EasyLPC2103 Study Broad + ENC28J60 Module */
/* http://www.OurEDA.cn */
/***********************************************