代码搜索:Write
找到约 10,000 项符合「Write」的源代码
代码结果 10,000
www.eeworm.com/read/283400/9024626
c lcd13xx.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/382135/9046618
_c so12864._c
#include "so12864.h"
/*************************************************/
//Init LCD
/*************************************************/
void Init_LCD(void)
{
LCD_RST_TRIS = 0;
LCD_CS_TRIS =
www.eeworm.com/read/382135/9046682
lst lcd.lst
__start:
__text_start:
EE EFCF LDI R28,0xFF
EF E1D0 LDI R29,0x10
F0 BFCD OUT 0x3D,R28
F1 BFDE OUT 0x3E,R29
F2 51CE SUBI R28,0x1E
F3
www.eeworm.com/read/381631/9080872
c fpga.c
#include
sbit Write_n=P2^6;
sbit Read_n=P2^7;
void write_fpga(unsigned char address,unsigned char wdata)
{
unsigned char i;
P2=(address
www.eeworm.com/read/381519/9087576
c lcd.c
//#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/183490/9157221
s hd61202.s
.module HD61202.c
.area lit(rom, con, rel)
_Hzk::
.byte 255,255
.byte 255,255
.byte 255,255
.byte 255,255
.byte 255,255
.byte 255,255
.byte 191,223
.byte 15,179
.byte 223,'g
.b
www.eeworm.com/read/379873/9173298
lis pcf8563_test.lis
.module pcf8563_test.c
.area text(rom, con, rel)
0000 .dbfile D:\mega16_32实验板资料\ICCAVR源程序\twi\pcf8563\pcf8563_test.c
0000
www.eeworm.com/read/379873/9173317
lst test.lst
__text_start:
__start:
2A E5CF LDI R28,0x5F
2B E0D4 LDI R29,4
2C BFCD OUT 0x3D,R28
2D BFDE OUT 0x3E,R29
2E 51CE SUBI R28,0x1E
2F 40D
www.eeworm.com/read/182977/9182024
c ocm4x8c.c
//
//build on 2004/03/16
//2004/04/09 debug draw picture mode.pass.
//ocm4x8c and with character mold lcd(ST7920) compatible provided
//pin4:RS(CS) connect to A1
//pin5:RW connect to A0
www.eeworm.com/read/182610/9198918
c ad574.c
#include /*试验AD574采力信号并液晶显示数据的小程序*/
#include /*数据没有处理,为AD574本身所采数据*/
#include /*不受力时显示2048为零值*/
#include
#define uint unsigned int
#define send XBYT