Skip to content

Commit ff99f98

Browse files
author
Alex Wende
committed
2 parents 0cbf365 + f4aabfa commit ff99f98

File tree

1 file changed

+22
-11
lines changed

1 file changed

+22
-11
lines changed

README.md

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
11
SparkFun MCP9600 Arduino Library [![Build Status](https://travis-ci.org/sparkfun/SparkFun_MCP9600_Arduino_Library.svg?branch=master)](https://travis-ci.org/sparkfun/SparkFun_MCP9600_Arduino_Library)
22
========================================
33

4-
![SparkFun MCP9600 Breakout](https://cdn.sparkfun.com//assets/parts/1/4/1/0/0/15508-Qwiic_Thermocouple_Amplifier_-_MCP9600-01.jpg)
4+
<table class="table table-hover table-striped table-bordered">
5+
<tr>
6+
<th class="text-center">
7+
</th>
8+
<th class="text-center">
9+
</th>
10+
</tr>
11+
<tr align="center">
12+
<td><a href="https://www.sparkfun.com/products/16294"><img src="https://cdn.sparkfun.com/assets/parts/1/4/9/8/3/16294-Qwiic_Thermocouple_Amplifier_-_MCP9600_-_PCC_Connector-01.jpg" alt=""></a></td>
13+
<td><a href="https://www.sparkfun.com/products/16295"><img src="https://cdn.sparkfun.com/assets/parts/1/4/9/8/5/16295-Qwiic_Thermocouple_Amplifier_-_MCP9600_-_Screw_Terminals-01.jpg" alt=""></a></td>
14+
</tr>
15+
<tr align="center">
16+
<td>SparkFun MCP9600 Thermocouple Amplifier - PCC Connector (SEN-16294)</td>
17+
<td>SparkFun MCP9600 Thermocouple Amplifier - Screw Terminals (SEN-16295)</td>
18+
</tr>
19+
</table>
20+
521

622
This library allows the user to:
723

8-
* Read temperature in Celcius or Fahrenheit
24+
* Read temperature in Celsius or Fahrenheit
925
* Use a variety of thermocouple types
1026
* Configure the onboard exponential moving average filter
1127
* Set up continuous and burst conversion modes
@@ -22,20 +38,15 @@ Repository Contents
2238

2339
Documentation
2440
--------------
25-
41+
* **[Thermocouple Amplifier Hookup Guide](https://learn.sparkfun.com/tutorials/sparkfun-qwiic-thermocouple-hookup-guide)** - Hookup guide for the SparkFun Thermocouple Amplifiers.
2642
* **[Installing an Arduino Library Guide](https://learn.sparkfun.com/tutorials/installing-an-arduino-library)** - Basic information on how to install an Arduino library.
27-
* **[Product Repository](https://github.com/sparkfunX/Qwiic_MCP9600_Thermocouple)** - Main repository (including hardware files) for the SparkFun MCP9600 Breakout.
43+
* **[Product Repository](https://github.com/sparkfun/Qwiic_Thermocouple_Amplifer)** - Main repository (including hardware files) for the SparkFun MCP9600 Breakout.
2844

2945
Products that use this Library
3046
---------------------------------
3147

32-
* [*SPX-15508*](https://www.sparkfun.com/products/15508)
33-
34-
Version History
35-
---------------
36-
37-
* [v1.0.0](https://github.com/sparkfun/SparkFun_MCP9600_Arduino_Library/releases/tag/1.0.0) - Initial Public release.
38-
* [v1.0.1](https://github.com/sparkfun/SparkFun_MCP9600_Arduino_Library/releases/tag/v1.0.1) - More architecture support.
48+
* [*SEN-16294*](https://www.sparkfun.com/products/16294)
49+
* [*SEN-16295*](https://www.sparkfun.com/products/16295)
3950

4051
License Information
4152
-------------------

0 commit comments

Comments
 (0)