-
stm32 iCAN通讯
stm32里面自带了bxcan的通讯组件,但是can通讯只能发送少于八个字节的数据包,通过学习iCAN通讯协议,将其移植到STM32,可以发送任意长度的数据包。并且有总线检测功能。希望对大家有所帮助!!!
- 2022-07-26 09:45:46下载
- 积分:1
-
KEYPAD 4X5 Driver for all microcontrollers
KEYPAD 4X5 Driver for all microcontrollers
- 2022-05-06 15:21:45下载
- 积分:1
-
以视频为例,嵌入式处理器。
for linux 的video 例子,嵌入式处理器。-the video for example, embedded processors.
- 2022-07-24 20:56:05下载
- 积分:1
-
欧姆龙PLC的视频教程,它对学习PLC有很好的帮助,这是第6集。...
欧姆龙PLC的视频教程,它对学习PLC有很好的帮助,这是第6集。-Omron PLC" s video tutorial, its a very good learning PLC help, this is the first 6 sets.
- 2022-02-15 01:03:30下载
- 积分:1
-
USB接口芯片文件接口模块CH375EVT
USB接口芯片文件接口模块CH375EVT-USB interface chip document interface module CH375EVT
- 2022-07-23 17:59:48下载
- 积分:1
-
ARM嵌入式微处理器体系结构―基于32位微处理器与实时操作系统...
ARM嵌入式微处理器体系结构―基于32位微处理器与实时操作系统-ARM embedded microprocessor architecture- based on 32-bit microprocessor and real-time operating system
- 2022-01-25 23:34:20下载
- 积分:1
-
通过UART我们的项目实行全聊天,并在代码中的每一步都有注释清楚explian它
我们的项目implemenUART全面聊天通过UART和代码的每一步都有注释解释清楚
- 2023-08-17 03:15:03下载
- 积分:1
-
总账系统是一个基本的系统,以处理凭证为核心,相应进行账簿报表的查询。各业务系统生成的凭证与总账无缝联接,即以各业务系统明细数据为基础,按发生的经济内容在总帐系统...
总账系统是一个基本的系统,以处理凭证为核心,相应进行账簿报表的查询。各业务系统生成的凭证与总账无缝联接,即以各业务系统明细数据为基础,按发生的经济内容在总帐系统直接生产凭证,日常财务信息可直接在总账中进行查询-General ledger system is a basic system to deal with a certificate at the core, the corresponding query statements to the books. The operational system-generated certificate with the general ledger seamless connectivity, that is, details of the operational system data, according to the economic content of direct production in the general ledger system certificates, day-to-day financial information can be directly carried out inquiries in the general ledger
- 2022-03-02 22:07:21下载
- 积分:1
-
18f458实验程序。 简单输入输出
18f458实验程序。 简单输入输出--Experimental program for 18f458. Simple I/O.
- 2022-05-09 01:16:07下载
- 积分:1
-
ds1302+1602shizh0ng.含闹钟
#include //包含单片机寄存器的头文件
#include //包含_nop_()函数定义的头文件
unsigned char code digit[10]={"0123456789"}; //定义字符数组显示数字
sbit SCLK=P2^5; //位定义1302芯片的接口,时钟输出端口定义在P1.0引脚
sbit DATA=P2^6; //位定义1302芯片的接口,数据输出端定义在P1.1引脚 I/O
sbit RST=P2^7; //位定义1302芯片的接口,复位端口定义在P1.2引脚 CE
sbit s1=P1^0; // 时间移位
sbit s2=P1^1; // 时间加
sbit s3=P1^2; //时间减
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-01 14:54:39下载
- 积分:1