- 易迪拓培训,专注于微波、射频、天线设计工程师的培养
用计算机并口模拟SPI通讯的C源程序
录入:edatop.com 点击:
用计算机并口模拟SPI通讯的C源程序。
#include #include #include #include #include
#define LPT_PORT 0x378
#define CLR_WCK(X) {X=X&((10);
return TRUE;
}
/*
void main()
{
int i;
unsigned char tmpdata[4];
tmpdata[0] = 0x34;
tmpdata[1] = 0x12;
tmpdata[2] = 0x56;
tmpdata[3] = 0x78;
// for(i=0;i<500;i++)
for(i=0;i<50;i++)
{
send_spi_data(tmpdata,4);
}
// test_comm();
}
*/
#include #include #include #include #include
#define LPT_PORT 0x378
#define CLR_WCK(X) {X=X&((10);
return TRUE;
}
/*
void main()
{
int i;
unsigned char tmpdata[4];
tmpdata[0] = 0x34;
tmpdata[1] = 0x12;
tmpdata[2] = 0x56;
tmpdata[3] = 0x78;
// for(i=0;i<500;i++)
for(i=0;i<50;i++)
{
send_spi_data(tmpdata,4);
}
// test_comm();
}
*/
上一篇:摄像模块选型时都注意哪些?
下一篇:隔直电容的容值选择