[wip] added encoder
This commit is contained in:
3
firmware/.vscode/c_cpp_properties.json
vendored
3
firmware/.vscode/c_cpp_properties.json
vendored
@@ -20,7 +20,8 @@
|
||||
"UNICODE",
|
||||
"_UNICODE",
|
||||
"STM32F303xE",
|
||||
"USE_HAL_DRIVER"
|
||||
"USE_HAL_DRIVER",
|
||||
"ULOG_ENABLED"
|
||||
],
|
||||
"compilerPath": "C:/MyApps/arm-gcc/gcc-arm-none-eabi-10.3-2021.10/bin/arm-none-eabi-gcc.exe",
|
||||
"cStandard": "c11",
|
||||
|
||||
56
firmware/.vscode/launch.json
vendored
56
firmware/.vscode/launch.json
vendored
@@ -27,36 +27,36 @@
|
||||
"type": "console",
|
||||
"timestamp": true
|
||||
},
|
||||
{
|
||||
"label": "RTT graph",
|
||||
"port": 0,
|
||||
"encoding": "unsigned",
|
||||
"graphId": "1",
|
||||
"scale": 1
|
||||
}
|
||||
// {
|
||||
// "label": "RTT graph",
|
||||
// "port": 0,
|
||||
// "encoding": "unsigned",
|
||||
// "graphId": "1",
|
||||
// "scale": 1
|
||||
// }
|
||||
]
|
||||
},
|
||||
"graphConfig": [
|
||||
{
|
||||
"label": "Graph 1",
|
||||
"type": "realtime",
|
||||
"minimum": 0,
|
||||
"maximum": 65535,
|
||||
"timespan": 30,
|
||||
"plots": [
|
||||
{
|
||||
"graphId": "1",
|
||||
"label": "data 1",
|
||||
"color": "#53753c",
|
||||
},
|
||||
{
|
||||
"graphId": "2",
|
||||
"label": "data 2",
|
||||
"color": "#955f20"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
// "graphConfig": [
|
||||
// {
|
||||
// "label": "Graph 1",
|
||||
// "type": "realtime",
|
||||
// "minimum": 0,
|
||||
// "maximum": 65535,
|
||||
// "timespan": 30,
|
||||
// "plots": [
|
||||
// {
|
||||
// "graphId": "1",
|
||||
// "label": "data 1",
|
||||
// "color": "#53753c",
|
||||
// },
|
||||
// {
|
||||
// "graphId": "2",
|
||||
// "label": "data 2",
|
||||
// "color": "#955f20"
|
||||
// }
|
||||
// ]
|
||||
// }
|
||||
// ]
|
||||
}
|
||||
]
|
||||
}
|
||||
3
firmware/.vscode/settings.json
vendored
3
firmware/.vscode/settings.json
vendored
@@ -14,6 +14,7 @@
|
||||
"disp_layout_template.h": "c",
|
||||
"disp_layout_types.h": "c",
|
||||
"ctrl_app_types.h": "c",
|
||||
"tim.h": "c"
|
||||
"tim.h": "c",
|
||||
"ulog.h": "c"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user