소스 검색

新建分支,需求如下:
1、限速按照40;
2、限速按照仪表设置,转把功能保留;
3、纯转把限速25;
4、转把+踩踏或纯踩踏,按照仪表限速。

Dail 1 년 전
부모
커밋
32e42ebcbf
1개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. 16 0
      QD007E_CTRL_APP.code-workspace

+ 16 - 0
QD007E_CTRL_APP.code-workspace

@@ -0,0 +1,16 @@
+{
+	"folders": [
+		{
+			"path": "."
+		}
+	],
+	"settings": {
+		"files.associations": {
+			"speed_sensor.h": "c",
+			"can.h": "c",
+			"stm32f1xx_hal.h": "c",
+			"stm32f1xx_hal_conf.h": "c",
+			"main.h": "c"
+		}
+	}
+}