资料
  • 资料
  • 专题
用计算机并口模拟SPI通讯的C源程序
推荐星级:
时间:2019-12-25
大小:21KB
阅读数:221
上传用户:quw431979_163.com
查看他发布的资源
下载次数
0
所需E币
3
ebi
新用户注册即送 300 E币
更多E币赚取方法,请查看
close
资料介绍
用计算机并口模拟SPI通讯的C源程序 #define LPT_PORT 0x378 #define CLR_WCK(X) {X=X&(~(1 #define SET_WCK(X) {X=X | (1 #define CLR_BCK(X) {X=X&(~(1 #define SET_BCK(X) {X=X | (1 #define CLR_DATA(X) {X=X&(~(1 #define SET_DATA(X) {X=X | (1 #define FALSE 0 #define TRUE 1 void test_comm() { unsigned char data  data = 0; printf("Please press enter to begin send data\n"); getch(); printf("Pull down WCK data.0\n"); CLR_WCK(data); getch(); printf("Pull up WCK data.0\n"); SET_WCK(data); getch(); printf("Pull down BCK data.2\n"); CLR_BCK(data); get……
版权说明:本资料由用户提供并上传,仅用于学习交流;若内容存在侵权,请进行举报,或 联系我们 删除。
PARTNER CONTENT
相关评论 (下载后评价送E币 我要评论)
没有更多评论了
  • 可能感兴趣
  • 关注本资料的网友还下载了
  • 技术白皮书