代码搜索:如何学习 Chris?
找到约 10,000 项符合「如何学习 Chris?」的源代码
代码结果 10,000
www.eeworm.com/read/190030/8451317
bmp chris1.bmp
www.eeworm.com/read/190030/8451363
bmp chris2.bmp
www.eeworm.com/read/190030/8451709
jpg chris2.jpg
www.eeworm.com/read/190030/8451718
jpg chris1.jpg
www.eeworm.com/read/286972/8734090
c pdu_chris.c
#include "PDU_chris.h"
//行地址指针数组
u08 *RowAddress[6];
//行数寄存器
u08 RowCount=0;
//RowAddress_p 指向"行地址指针数组"的指针
u08 **RowAddress_p=&RowAddress;
//暂时定义两个结构数组
struct TP_UDstruct TP_UD[2];
www.eeworm.com/read/286972/8734098
h pdu_chris.h
#ifndef PDU_chris_H
#define PDU_chris_H
struct TP_UDstruct
{
u08 SCAddressLength; //08
u08 SCAddressType; //91
u08 SCAddressValue[14]; //683108701305F0
u08 FirstOctet; //24
u0
www.eeworm.com/read/286972/8734131
h extint_chris.h
//***********extint.c
void extintInit_IO_M16( u08 INTx );
//enable the extint interrupt
void extintEnable_M16(u08 INTx);
//disable the extint interrupt
void extintDisable_M16(u08 INTx);
www.eeworm.com/read/286972/8734134
c extint_chris.c
//***********extint.c
void extintInit_IO_M16( u08 INTx )
{
//INT0
if( INTx==INT0 )
{
//set input
cbi(DDRD,PD2);
//set the pull-up resistance
sbi(PORTD,PD2);
}
//INT1
if( INT
www.eeworm.com/read/354648/10338006