Skip to content

Commit 55d7a27

Browse files
authored
added missing links (#10)
added missing links from https://www.arduino.cc/en/Reference/ArduinoMKRTHERM @karlsoderby
1 parent 20babea commit 55d7a27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Arduino MKR THERM library
22

33

4-
The Arduino MKR THERM library allows you to manage a thermocouple attached to the MKR THERM Shield with a type k connector or with screw terminals. This library manages the MAX31855 chip of the MKR THERM Shield.
4+
The Arduino MKR THERM library allows you to manage a thermocouple attached to the [MKR THERM Shield](https://store.arduino.cc/mkr-therm-shield) with a type k connector or with screw terminals. This library manages the [MAX31855](https://datasheets.maximintegrated.com/en/ds/MAX31855.pdf) chip of the MKR THERM Shield.
55

66
The functions available in the library are just two. They allows you to read the temperature of the hot junction of the thermocouple (the tip of the thermocouple) and also the temperature of the cold junction (the connection between the wire of the thermocouple and the connector or the screw terminal). The temperature value of the cold junction is used to give a compensated value of the current measured at the hot junction. This current is then converted into a temperature value.
77

88
To use this library:
99

1010
```
1111
#include <Arduino_MKRTHERM.h>
12-
```
12+
```

0 commit comments

Comments
 (0)