代码搜索:MCU
找到约 10,000 项符合「MCU」的源代码
代码结果 10,000
www.eeworm.com/read/374921/9379013
c main.c
/* KB模块例程
HCS908_QG8 单片机开发板
实验介绍:
本程序是KB模块的例程,所用资源为单片机内部KBI模块,所接器件为按键和LED,
其中D2与PTA0,D3与PTA1,S2与PTA2,D3与PTA3相连接,
确定你开发板上拨码开关JP4(图片上9)的1、2、3、4位处于on),而其他位处于
www.eeworm.com/read/175916/9525517
c 224c.c
#include
#define uchar unsigned char
#define uint unsigned int
#define ulong unsigned long
sbit WDOG=P3^4; //看门狗
sbit I2C_SCK=P1^5; //24cxx的时钟线
sbit I2C_SDA=P1^6; //
www.eeworm.com/read/167288/9973249
c d12hal.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/167288/9973309
c d12hal.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/360582/10086668
c d12hal.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/359481/10143551
c 24c64.c
#include "SwitchMCU.h"
#ifdef AT89C52
#include //89c51,89c52
#endif
#ifdef W77E58
#include "77e58.h" //77E58
#endif
#include "config.h"
#define I2C_SCK P1_0
#define I2C_SDA P1_1
www.eeworm.com/read/356476/10225888
c main.c
/* KB模块例程
HCS908_QG8 单片机开发板
实验介绍:
本程序是KB模块的例程,所用资源为单片机内部KBI模块,所接器件为按键和LED,
其中D2与PTA0,D3与PTA1,S2与PTA2,D3与PTA3相连接,
确定你开发板上拨码开关JP4(图片上9)的1、2、3、4位处于on),而其他位处于
www.eeworm.com/read/424887/10403314
c 24c64工作子程序.c
/*24C64子程序 */
bit I2C_Start(void);
void I2C_Stop(void);
void I2C_Ack(void);
void I2C_Nack(void);
bit I2C_Send_Byte( uchar);
void AT24C64_R(void *mcu_address,uint AT24C64_address,uint cou
www.eeworm.com/read/422077/10665914
c main.c
//-------------------------------------------------------------------------*
//工 程 名:DG128液晶(LCD) *
//硬件连接:
www.eeworm.com/read/274468/10870466
h d12ci.h
#define D12_NOLAZYCLOCK 0x02
#define D12_CLOCKRUNNING 0x04
#define D12_INTERRUPTMODE 0x08
#define D12_SOFTCONNECT 0x10
#define D12_ENDP_NONISO 0x00
#define D12_ENDP_ISOOUT 0x4