【TI毫米波雷达笔记】MMWave配置流程避坑
在TI SDK目录下的mmwave.h文档说明中 强调了要按以下配置:
mmWave API
The mmWave API allow application developers to be abstracted from the lower layer drivers and the mmWave link API.The mmWave file should b…
Pconsc4 安装遇到的问题
Pconsc4-github 按照红框给的一行命令,一行毁所有。 1 gcc and g not found
# 1 Start by updating the packages list:sudo apt update# 2 Install the build-essential package by typing:sudo apt install build-essential## The comm…
环境搭建
以javascript为基础构建的语言,一个js的超集,可以在任何支持js的平台中执行,ts扩展了js并且添加了类型,但是ts不能被js解析器直接执行,需要编译器编译为js文件,然后引入到 html 页面使用。
ts增…