代码搜索:pin二极管
找到约 10,000 项符合「pin二极管」的源代码
代码结果 10,000
www.eeworm.com/read/392759/8327923
h lcd12864.h
#ifndef _LCD_H_
#define _LCD_H_
#ifndef LCD_GLOABLE
#define LCD_EXT extern
#else
#define LCD_EXT
#endif
#define LCD_ADDRESS (*((volatile uint8 *)(0x812002ff)))
//A0 H显示数据 L控制数据
#define
www.eeworm.com/read/412782/11183004
c camera_hw.c
/*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contain
www.eeworm.com/read/412780/11183020
c camera_hw.c
/*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contain
www.eeworm.com/read/135081/13964533
c main.c
#include "types.h"
#include "global.h"
#include "board.h"
#include "mcu.h"
#include "detect.h"
#include "menu.h"
#include "ms_reg.h"
#include "power.h"
#include "debug.h"
#include "ms_rwreg.h
www.eeworm.com/read/104542/15690536
h nandflash.h
#ifndef __NANDFLASH__
#define __NANDFLASH__
extern unsigned char WriteSector1(unsigned char *, unsigned long , unsigned short); //武东宏添加,从某个扇区开始写数个扇区
//extern void WriteSector1(unsigned char *,
www.eeworm.com/read/28866/1011424
asm led.asm
;-----------------------------------
; 简单点亮发光二极管实例
;功能:点亮发光管LED并闪烁
;-----------------------------------
LED_PIN EQU P1.0
ORG 0000H ;伪指令,指定程序从0000H开始存放
LJMP MAI ...
www.eeworm.com/read/327558/3454711
asm led.asm
;-----------------------------------
; 简单点亮发光二极管实例
;功能:点亮发光管LED并闪烁
;-----------------------------------
LED_PIN EQU P1.0
ORG 0000H ;伪指令,指定程序从0000H开始存放
LJMP MAI ...
www.eeworm.com/read/285300/4054276
asm led.asm
;-----------------------------------
; 简单点亮发光二极管实例
;功能:点亮发光管LED并闪烁
;-----------------------------------
LED_PIN EQU P1.0
ORG 0000H ;伪指令,指定程序从0000H开始存放
LJMP MAI ...
www.eeworm.com/read/291961/8385008
c par.c
/*
* avrdude - A Downloader/Uploader for AVR device programmers
* Copyright (C) 2000-2004 Brian S. Dean
*
* This program is free software; you can redistribute it and/or modify