All Projects → microsoft → pxt-max6675

microsoft / pxt-max6675

Licence: MIT license
A package for the MAX6675 component in PXT

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to pxt-max6675

pxt-holidays
A Holiday Card sample target embedding PXT inside a React web app
Stars: ✭ 32 (+77.78%)
Mutual labels:  pxt
Pxt
Microsoft MakeCode (PXT - Programming eXperience Toolkit)
Stars: ✭ 1,649 (+9061.11%)
Mutual labels:  pxt
pxt-bluetooth-gamepad
BLE HID Gamepad module for micro:bit
Stars: ✭ 20 (+11.11%)
Mutual labels:  pxt
pxt-neopixel
A Neo-Pixel package for pxt-microbit
Stars: ✭ 47 (+161.11%)
Mutual labels:  pxt
pxt-maker
MakeCode target for "Maker" boards (beta)
Stars: ✭ 107 (+494.44%)
Mutual labels:  pxt

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 [email protected] with any additional questions or comments.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].