https://github.com/microsoft/pxt-max6675
A package for the MAX6675 component in PXT
https://github.com/microsoft/pxt-max6675
makefile pxt
Last synced: 8 months ago
JSON representation
A package for the MAX6675 component in PXT
- Host: GitHub
- URL: https://github.com/microsoft/pxt-max6675
- Owner: microsoft
- License: mit
- Created: 2016-08-16T05:48:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-09-23T00:15:47.000Z (over 3 years ago)
- Last Synced: 2025-01-30T11:33:51.446Z (over 1 year ago)
- Topics: makefile, pxt
- Language: TypeScript
- Homepage: https://pxt.microbit.org/pkg/Microsoft/pxt-max6675
- Size: 37.1 KB
- Stars: 18
- Watchers: 13
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# pxt-max6675
A package to use temperature probes using the MAX6675 (see [mbed library](https://developer.mbed.org/components/MAX6675-Thermocouple/)).
https://youtu.be/Y9JUJ26OQ8U
### Example
Reads the temperature and plots it on the screen.
```blocks
basic.forever(() => {
led.plotBarGraph(input.max6675Temperature(DigitalPin.P0), 1000);
})
```
## License
MIT
## Supported targets
* for PXT/microbit
(The metadata above is needed for package search.)
## 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 [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.