A bluetooth service for the MAX6675 temperature probe
Перейти к файлу
microsoft-github-policy-service[bot] 89eb05da7e
Microsoft mandatory file (#5)
2023-06-27 10:15:47 -07:00
.vscode initial commit 2017-03-31 01:48:53 -07:00
docs/reference/bluetooth updated docs 2017-03-31 09:41:42 -07:00
.gitignore initial commit 2017-03-31 01:48:53 -07:00
.travis.yml added travis icon 2018-05-23 08:33:10 -07:00
LICENSE Initial commit 2017-03-31 01:44:50 -07:00
Makefile initial commit 2017-03-31 01:48:53 -07:00
README.md Remove duplicate packages from README (#4) 2023-05-19 09:52:48 -07:00
SECURITY.md Microsoft mandatory file (#5) 2023-06-27 10:15:47 -07:00
extension.ts fixed reference and impl 2017-03-31 11:09:54 -07:00
icon.png added travis icon 2018-05-23 08:33:10 -07:00
pxt.json added travis icon 2018-05-23 08:33:10 -07:00
tests.ts 0.0.3 2017-03-31 09:44:08 -07:00
tsconfig.json initial commit 2017-03-31 01:48:53 -07:00

README.md

Bluetooth MAX6675

A Bluetooth service that streams the temperature from a MAX6675 temperature probe.

Usage

Simply call startMax6675Service with the pin where the MAX6675 is connected to start a service that beams the temperature every second.

bluetooth.startMax6675Service(DigitalPin.P0);

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.)

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.