代码搜索:MCU
找到约 10,000 项符合「MCU」的源代码
代码结果 10,000
www.eeworm.com/read/124660/14555203
uv2 spi_drv.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (system)
Group (lib_mcu)
File 1,1, 0x0
File 2,1,
www.eeworm.com/read/224252/14600045
_h main._h
#ifndef _MAIN_H_
#define _MAIN_H_
#ifdef _MAIN_C
#define _extern
unsinged char mcu_loop;
#else
#define _extern extern
#endif
_extern unsigned long AD_channels_data[8]; //存放8组AD数据
_extern
www.eeworm.com/read/223928/14612217
h intmcu.h
#ifndef __int_mcu_h
#define __int_mcu_h
#define RESET asm("jmp 0x000")
//系统强制复位函数
#define xtal 16
void port_init(void);
void uart0_init(void);
void timer0_init(void);
void watc
www.eeworm.com/read/223928/14612272
_h intmcu._h
#ifndef __int_mcu_h
#define __int_mcu_h
#define RESET asm("nop")
//系统强制复位函数
#define xtal 16
void port_init(void);
void uart0_init(void);
void timer0_init(void);
void watchdog_i
www.eeworm.com/read/223923/14612430
h intmcu.h
#ifndef __int_mcu_h
#define __int_mcu_h
#define UART_RD() PORTD &= 0xef
#define UART_WR() PORTD |= 0x10
#define BASE_ADDR 0x00280000
void port_init(void);
//void uart1_init(void);
void
www.eeworm.com/read/223923/14612474
_h intmcu._h
#ifndef __int_mcu_h
#define __int_mcu_h
#define UART_RD() PORTD &= 0xef
#define UART_WR() PORTD |= 0x10
void port_init(void);
//void uart1_init(void);
void timer0_init(void);
void watchdo
www.eeworm.com/read/223923/14612487
_h inimcu._h
#ifndef __int_mcu_h
#define __int_mcu_h
#define UART_RD() PORTD &= 0xef
#define UART_WR() PORTD |= 0x10
void port_init(void);
void uart1_init(void);
void timer0_init(void);
void watchdog_
www.eeworm.com/read/122854/14665956
cpp 24c64.cpp
24C64读写子程序(c51)
/*24C64子程序 */
bit I2C_Start(void);
void I2C_Stop(void);
void I2C_Ack(void);
void I2C_Nack(void);
bit I2C_Send_Byte( uchar);
uchar I2C_Receive_Byte(void);
void AT24C
www.eeworm.com/read/117913/14897494
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);
uchar I2C_Receive_Byte(void);
void AT24C64_R(void *mcu_addres
www.eeworm.com/read/166820/5472169
c d12hal.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究