代码搜索:senddata

找到约 2,248 项符合「senddata」的源代码

代码结果 2,248
www.eeworm.com/read/423419/10561350

c main.c

/****************************************Copyright (c)************************************************** ** Guangzou ZLG-MCU Development Co.,LTD. **
www.eeworm.com/read/351292/10661767

c 复件 main.c

#include "config.h" #define HC595_CS (1
www.eeworm.com/read/350924/10695778

h lcd.h

void mystrcpy(BYTE *str) { BYTE i; for(i=0; i
www.eeworm.com/read/350733/10715807

c main.c

/****************************************Copyright (c)************************************************** ** Guangzou ZLG-MCU Development Co.,LTD. **
www.eeworm.com/read/276557/10729625

h spi.h

#ifndef __SPI_H__ #define __SPI_H__ #include "config.h" extern void SPI_Int (void); extern void SPI_init(void); extern uint8 MSPI_SendData(uint8 data); #endif
www.eeworm.com/read/421152/10753326

c main.c

/****************************************Copyright (c)************************************************** ** Guangzou ZLG-MCU Development Co.,LTD. **
www.eeworm.com/read/276196/10753922

txt key_spi.txt

#include "LPC2294.h" #include "config.h" #include "stdio.h" #define BEEP 1
www.eeworm.com/read/274361/7070875

c i_lm629.c

#include "consts.h" #include "envcar.h" #include "i_lm629.h" #include "cmd_lm629.h" //Pour 阾re s鹯 des registres de direction #use fast_io(B) #use fixed_io(c_outputs=PIN_C0, PIN_C1, PIN_C2, PIN
www.eeworm.com/read/462763/7196504

h oled_interface.h

// OLED Interface #define SPI #define oled_res LATAbits.LATA4 #define oled_c LATAbits.LATA5 #define oled_cs LATAbits.LATA7 #define CHIP_SELECT() oled_cs = 0 #define COMMAND_SELECT() oled_c
www.eeworm.com/read/456974/7335997

c ad9851.c

#ifndef __AD9851_H__ #define __AD9851_H__ #include "regx51.h" unsigned long f_freqword; unsigned char f_phaseword; #define RST_DDS P2_5 #define CLK_DDS P2_7 #define UPDATE P2_6