代码搜索:visual basic
找到约 10,000 项符合「visual basic」的源代码
代码结果 10,000
www.eeworm.com/read/322237/13384342
obj spi_basic.obj
www.eeworm.com/read/322237/13384370
h spi_basic.h
#ifndef _SPI_BASIC_H_
#define _SPI_BASIC_H_
#include "define.h"
//typedef unsigned char uint8;
//typedef unsigned int uint16;
//typedef unsigned long uint32;
void spi_sendbyte(uint8
www.eeworm.com/read/322237/13384373
#3 spi_basic.#3
www.eeworm.com/read/322237/13384393
#2 spi_basic.#2
www.eeworm.com/read/322237/13384395
c spi_basic.c
//spi接口低层输入输出接口
#include "inc.h"
sbit CS = P0^7;
void spi_sendbyte(uint8 byte) //发送一个字节
{
SPI0DAT = byte;
while(SPIF == 0);
SPIF = 0; //等待SPI忙标志位清零
}
uint8 s
www.eeworm.com/read/322237/13384396
lst spi_basic.lst
C51 COMPILER V7.50 SPI_BASIC 06/04/2008 15:52:38 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE SPI_BASIC
OBJECT MODULE PLACED
www.eeworm.com/read/322237/13384401
#1 spi_basic.#1
www.eeworm.com/read/321394/13407593
bmp basic5.bmp
www.eeworm.com/read/319822/13441540