CS5460基本读写程序(无bug版本)
摘要:/********************************************************************** *CS5460A写命令函数 **********************************************************************/ void write_command(unsigned char cs5460_command) { unsigned char data i; for(i=0;i<8;i++) { SDI_5460 = (bit)(cs...
阅读全文
posted @ 2012-06-18 09:30
浙公网安备 33010602011771号