Approved content

The content below is provided by a partner.

Microsoft/pxt-bluetooth-max6675 0.0.8 GitHub

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

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.

bluetooth-max6675=github:Microsoft/pxt-bluetooth-max6675#v0.0.8