公告板
版本库
filestore
活动
搜索
登录
main
/
F030C8xx_KBus
概况
操作记录
提交次数
目录
文档
派生
对比
查看
|
历史
|
提交
|
提交对比
KBus fix after merget together
QuakeGod
2023-02-01
2364f06313efb8eb97d4ae741a31cdd2efc175d2
[F030C8xx_KBus.git]
/
Inc
/
spi.h
提交
|
用户
|
age
6a6261
1
#ifndef _SPI_H_
Q
2
#define _SPI_H_
3
4
void SPI2_Int(void);
5
uint8_t SpiInOut( uint8_t txBuffer);
6
void SpiIn( uint8_t *txBuffer, uint16_t size );
7
8
#endif