公告板
版本库
filestore
活动
搜索
登录
main
/
F030C8xx_KBus
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
radio add new device type
QuakeGod
2023-02-01
7a2ff321965f1f24f3047fedd44a83f451f1f793
[F030C8xx_KBus.git]
/
Inc
/
spi.h
1
2
3
4
5
6
7
8
#ifndef _SPI_H_
#define _SPI_H_
void SPI2_Int(void);
uint8_t SpiInOut( uint8_t txBuffer);
void SpiIn( uint8_t *txBuffer, uint16_t size );
#endif