代码搜索:CCD驱动
找到约 10,000 项符合「CCD驱动」的源代码
代码结果 10,000
www.eeworm.com/read/130075/14209336
exe 安装驱动.exe
www.eeworm.com/read/128005/14320324
txt spi驱动.txt
/* sysSpiNvRam.c - SPI interface to serial EEPROM library */
/* Copyright 1984-1996 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
*/
www.eeworm.com/read/227496/14422214
net 电感驱动.net
[
D1
SIP2
LED
]
[
D2
SIP2
LED
]
[
D3
SIP2
LED
]
[
D4
SIP2
LED
]
[
D5
SIP2
LED
]
[
D6
SIP2
LED
]
[
D7
SIP2
LED
]
[
D8
SIP2
www.eeworm.com/read/227496/14422244
pcb 电感驱动.pcb
www.eeworm.com/read/227496/14422250
sch 电感驱动.sch
www.eeworm.com/read/227496/14422387
net 电感驱动.net
[
D1
SIP2
LED
]
[
D2
SIP2
LED
]
[
D3
SIP2
LED
]
[
D4
SIP2
LED
]
[
D5
SIP2
LED
]
[
D6
SIP2
LED
]
[
D7
SIP2
LED
]
[
D8
SIP2
www.eeworm.com/read/227496/14422402
pcb 电感驱动.pcb
www.eeworm.com/read/227496/14422407
sch 电感驱动.sch
www.eeworm.com/read/124001/14602475
c 1302驱动.c
void RTCInByte(INT8U ucDa)
{
INT8U i;
RTC_DIO = 0;
RTC_SCK= 0;
for(i=8; i>0; i--)
{
if(ucDa&0x01)
RTC_DIO = 1;
else
RTC_DIO = 0;
RTC_SCK
www.eeworm.com/read/4354/35751