A package for the MAX6675 component in PXT
Перейти к файлу
Peli de Halleux 0c8d32cc4f
Merge pull request #4 from microsoft/users/GitHubPolicyService/2c46fd48-a347-450d-bdb1-489d25d20f88
Adding Microsoft SECURITY.MD
2022-09-22 17:15:46 -07:00
.vscode moved api under "input" 2017-03-31 01:09:58 -07:00
docs/reference/input Updated docs 2017-04-30 13:56:22 -07:00
parts updated SVG / added parts definition 2016-09-01 22:49:00 -07:00
.gitattributes adding git attributes file 2016-09-01 22:49:46 -07:00
.gitignore initial upload 2016-08-15 22:56:07 -07:00
.travis.yml added travis support 2018-05-23 08:20:43 -07:00
LICENSE Adding MIT license file 2019-01-03 11:37:03 -08:00
README.md fix extension route 2021-04-09 09:54:17 -07:00
SECURITY.md Microsoft mandatory file 2022-09-22 23:54:49 +00:00
icon.png added travis support 2018-05-23 08:20:43 -07:00
main.ts updated readme 2018-05-23 08:22:41 -07:00
pxt.json 1.1.0 2021-04-09 09:55:52 -07:00
pxtparts.json fix extension route 2021-04-09 09:54:17 -07:00
test.ts moved api under "input" 2017-03-31 01:09:58 -07:00
tsconfig.json moved api under "input" 2017-03-31 01:09:58 -07:00

README.md

pxt-max6675

A package to use temperature probes using the MAX6675 (see mbed library).

https://youtu.be/Y9JUJ26OQ8U

Example

Reads the temperature and plots it on the screen.

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. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.