主题中讨论的其他器件:TMP75、
工具与软件:
如何使用 MSPM053507检测 TMP75传感器的温度?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具与软件:
如何使用 MSPM053507检测 TMP75传感器的温度?
您好、 Ashika
对于 MSPM0G3507、我们在 SDK 中提供了 I2C 演示:
https://dev.ti.com/tirex/explore/node?node=A__APMYG0JHpn6P7h6dhMw7DQ__MSPM0-SDK__a3PaaoK__LATEST
此致、
Helic
有。 我已经创建了一个检测温度的代码、并使用 UART 在 tera Term 上打印当前温度。
现在我想 使用 springboot 在服务器 localhost:8080中打印相同的温度,我必须使用一些依赖项,然后每次我给出一个请求映射 API 例如: localhost:8080/temperature 它打印当前的温度。
我可能需要在 springboot 中使用一些串行端口配置依赖项来执行此操作?