代码搜索结果
找到约 10,000 项符合
SPI 的代码
spi.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\SEED-DTK2812\03. Examples of Program\3.2.9 SPI\"
ProjectType=Executable
CPUFamily=
spi.c
#include
#include
#include
#include
#include "FM1702.h"
#include "reg52.h"
void delay1(uchar dlength)
{
uchar i;
for (i=0;i
spi.asm
* SPI.asm
**********************************************************************
* Software serial peripheral interface. *
*******************************************
spi.lst
HI-TECH Software PICC Macro Assembler V8.05PL1
Serial number: HCPIC-34349 Thu Oct 26 15:45:37 2006
Licensed to: ONE
1 processor 16F8
spi.sdb
[p GLOBOPT AUTOSTATIC PIC14 PICMIDHI PICLOMID CANREADCODE ]
"14 C:\HT-PIC\INCLUDE\pic168xa.h
[v _INDF `Vuc 1 s 1 @0 ]
"15
[v _TMR0 `Vuc 1 s 1 @1 ]
"16
[v _PCL `Vuc 1 s 1 @2 ]
"17
[v _STATUS
spi.c
/*
** Copyright (C)1999 KVASER AB, http://www.kvaser.com
** This code may be freely distrubuted and used if the source is indicated.
**
*/
// #define PORTBIT(adr, bit) ((unsigned)(&adr)*8+(bit
spi.h
/*
* Copyright 1999 by KVASER AB
* P.O Box 4076 SE-51104 KINNAHULT, SWEDEN
* E-mail: staff@kvaser.se WWW: http://www.kvaser.se