pxt-bluetooth-temperature-sensor

A Bluetooth service to expose a temperature reading.

  • 所有者: microsoft/pxt-bluetooth-temperature-sensor
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

bluetooth temperature sensor service Build Status

A Bluetooth service to expose a temperature reading.

Usage

This package allows to create a Bluetooth temperature sensor and provide the data from
any custom sensor attached to the @boardname@. In fact, it can be used to stream any data!

bluetooth.startTemperatureSensorService(() => {
    bluetooth.setTemperatureSensorValue(input.lightLevel());
})

Then use the temperature charting from Bitty data logger to visualize it.

Supported targets

  • for PXT/microbit
    (The metadata above is needed for package search.)
bluetooth
bluetooth-temperature-sensor

License

MIT

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

主要指标

概览
名称与所有者microsoft/pxt-bluetooth-temperature-sensor
主编程语言C++
编程语言Makefile (语言数: 3)
平台
许可证MIT License
所有者活动
创建于2017-03-31 14:48:41
推送于2023-06-12 18:43:46
最后一次提交2023-06-12 11:43:46
发布数8
最新版本名称v0.0.11 (发布于 )
第一版名称v0.0.4 (发布于 )
用户参与
星数29
关注者数9
派生数13
提交数23
已启用问题?
问题数6
打开的问题数5
拉请求数1
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?