mmoskal / pxt-max6675

A package for the MAX6675 component in PXT

Home Page:https://pxt.microbit.org/pkg/Microsoft/pxt-max6675

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A package for the MAX6675 component in PXT

https://pxt.microbit.org/pkg/Microsoft/pxt-max6675

License:MIT License


Languages

Language:TypeScript 89.8%Language:C++ 10.2%