代码搜索:SPI
找到约 10,000 项符合「SPI」的源代码
代码结果 10,000
www.eeworm.com/read/346706/11731105
html group__spi.html
Procyon AVRlib: SPI (Serial Peripheral Interf
www.eeworm.com/read/157190/11731106
dni spi_master.dni
[TraceHelper]
Enabled=0
ShowSource=1
[DisAssemblyWindow]
NumStates=_ 1
State 1=_ 1
[Log file]
LoggingEnabled=_ 0
LogFile=_ ""
Category=_ 0
[TermIOLog]
LoggingEnabled=_ 0
LogFile=_ ""
[Bre
www.eeworm.com/read/157190/11731120
c spi_master.c
#include "SPI_Master.h"
void SPIInit(void)
{
volatile INT8U temp;
DDRB |= (1
www.eeworm.com/read/157190/11731145
h spi_master.h
#ifndef __SPI_MASTER_H__
#define __SPI_MASTER_H__
#include
#define MOSI PB5
#define MISO PB6
#define SCK PB7
#define SS PB4
void SPIInit(void);
void