代码搜索结果
找到约 10,000 项符合
SPI 的代码
spi.txt
x 0.000000 0.500000 1.000000 1.500000
y 0.000000 0.627244 1.250028 1.863892
x 2.000000 2.500000 3.000000 3.500000
y 2.464375 3.047018 3.607360 4.140940
x 4.000000 4.500000 5.000000 5.50000
spi.c
/******************************************************************************
* Copyright (C) 2005 Martin THOMAS, Kaiserslautern, Germany
*
* http://www.siwawi.ar
spi.h
#ifndef SPI_H_
#define SPI_H_
#include
#include
#define SPIPORT PORTB
#define SPIPIN PINB
#define SPIDDR DDRB
#if defined(__AVR_ATmega8__)
#define SPISCK PB5
spi.asm
#include Project.inc
#define AFECS PORTC,1 ; Chip select output
#define SCK PORTC,2 ; SPI Clock Output
#define SDIO PORTC,3 ; Serial output
udata
SPI.BufferH res 1
SPI.BufferL res 1
SP
spi.inc
#ifndef SPI_INC
#define SPI_INC
extern SPI.BufferH,SPI.BufferL
extern SPI.Read, SPI.Write,SPI.Init
#endif
spi.vhd
---------------------------------------------------------------------------------------------------
--*************************************************************************************************