添加readme

This commit is contained in:
RB 2025-04-02 21:56:01 +08:00
parent e0367287ca
commit b0e48d940b
2 changed files with 20 additions and 1 deletions

19
README.md Normal file
View File

@ -0,0 +1,19 @@
# Sick(DT35)电科--4-20mA_Acquisition_System
## can
- id 0x001;在User\task\can.c中修改结构体默认值
- 数据帧
- 标准帧
- DLC 8位
数据为12位拼一个uint16。发送的是原始数据
频率100hz
## uart
# Micro_usb :100hz float型计算后的毫米数据
## Led
LED1 闪烁表示线程征程
LED2 闪烁表示can发送中

View File

@ -15,7 +15,7 @@
/* Private define ----------------------------------------------------------- */
can_t can_debug = {
.TxData = {0},
.TxID = 0x023,
.TxID = 0x001,
.TxStatus = 0,
.DebugCounter = 0
};