Spi.h
上传用户:yzchenlin
上传日期:2022-03-09
资源大小:712k
文件大小:0k
源码类别:

微处理器开发

开发平台:

C/C++

  1. #ifndef __SPI_H__
  2. #define __SPI_H__
  3. void Test_Spi_MS_int(void);
  4. void Test_Spi_MS_poll(void);
  5. #endif /*__SPI_H__*/