Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samelhusseini/pxt-goosci
https://github.com/samelhusseini/pxt-goosci
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/samelhusseini/pxt-goosci
- Owner: samelhusseini
- License: mit
- Created: 2018-05-24T22:37:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T22:46:35.000Z (over 6 years ago)
- Last Synced: 2024-11-11T06:52:53.525Z (about 1 month ago)
- Language: C++
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bluetooth temperature sensor service [![Build Status](https://travis-ci.org/Microsoft/pxt-bluetooth-temperature-sensor.svg?branch=master)](https://travis-ci.org/Microsoft/pxt-bluetooth-temperature-sensor)
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!```blocks
bluetooth.startTemperatureSensorService(() => {
bluetooth.setTemperatureSensorValue(input.lightLevel());
})
```Then use the temperature charting from [Bitty data logger](http://www.bittysoftware.com/apps/bitty_data_logger.html) to visualize it.
## Supported targets
* for PXT/microbit
(The metadata above is needed for package search.)```package
bluetooth
bluetooth-temperature-sensor
```## License
MIT
## Code of Conduct
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.