添加readme
This commit is contained in:
parent
e0367287ca
commit
b0e48d940b
19
README.md
Normal file
19
README.md
Normal file
@ -0,0 +1,19 @@
|
||||
# Sick(DT35)电科--4-20mA_Acquisition_System
|
||||
|
||||
## can
|
||||
- id :0x001;在User\task\can.c中修改结构体默认值
|
||||
- 数据帧
|
||||
- 标准帧
|
||||
- DLC 8位
|
||||
|
||||
数据为1,2位拼一个uint16。发送的是原始数据
|
||||
频率100hz
|
||||
|
||||
## uart
|
||||
# Micro_usb :100hz float型:计算后的毫米数据
|
||||
|
||||
|
||||
## Led
|
||||
LED1 闪烁表示线程征程
|
||||
LED2 闪烁表示can发送中
|
||||
|
@ -15,7 +15,7 @@
|
||||
/* Private define ----------------------------------------------------------- */
|
||||
can_t can_debug = {
|
||||
.TxData = {0},
|
||||
.TxID = 0x023,
|
||||
.TxID = 0x001,
|
||||
.TxStatus = 0,
|
||||
.DebugCounter = 0
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user