代码搜索结果

找到约 10,000 项符合 MCU 的代码

system.h

#ifndef __SYSTEM_H__ #define __SYSTEM_H__ #if PLCC_PACKAGE_IO // define for the developement board for PLCC package #define MCU_OUT_PIN P01 // for debug signal #define MCU_KEY1_PIN P20

mcuiic.c

//----------------------------------------------------------------------------- // mcuiic.c //----------------------------------------------------------------------------- // Copyright 2005 Sky Pac

ad6.ini

[Common] LicenseVersion=6 ProductName=Altium Designer 6 - Complete System ProductID=26155 NodeDetailsID=-1 LicenseType=2 ServerType=0 ExpiryDate=infinite SerialNumber=1206088 UserCount=1 Tra

license.ini

[Common] LicenseVersion=6 ProductName=Altium Designer 6 - Complete System ProductID=17530 NodeDetailsID=-1 LicenseType=2 ServerType=0 ExpiryDate=infinite SerialNumber=0000001 UserCount=99 Tr

c51 mcu2mcu serial.asm

;this is to show serial communication between 2 C51 chips. refer to the schematic "C51 MCU2MCU serial.dsn" ;function refer to the interpretion in schematic: to switch flow direction of LED ;flow di

d12config.h

//硬件配置头文件 typedef unsigned char INT8U; typedef signed char INT8; typedef unsigned short INT16U; typedef signed short INT16; typedef unsigned long INT32U; typedef signed

epphal.h

#include #define EPP_PORT P1 #define DATA_BUS P0 #define D12_COMMAND 0x0ff03 #define D12_DATA 0x0ff02 sbit MCU_SWM0 = P1^0; sbit MCU_SWM1 = P1^1; sbit MCU_LED0 = P1^2

epphal.h

#include #define EPP_PORT P1 #define DATA_BUS P0 #define D12_COMMAND 0x0ff03 #define D12_DATA 0x0ff02 sbit MCU_SWM0 = P1^0; sbit MCU_SWM1 = P1^1; sbit MCU_LED0 = P1^2