2012年6月18日

MCP2515无BUG版本驱动(H文件)

摘要: /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __MCP2515_H #define __MCP2515_H /* Includes ------------------------------------------------------------------*/ #include "stm8s_eval_mcp2515.h" /* Configuration Registers */ #define CANSTAT... 阅读全文

posted @ 2012-06-18 09:40 flybyzhou 阅读(1291) 评论(0) 推荐(0) 编辑

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 flybyzhou 阅读(1733) 评论(0) 推荐(0) 编辑

导航