Skip to content

Commit 904c18b

Browse files
Update library properties and readme
1 parent de47cd7 commit 904c18b

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Repository Contents
1616
-------------------
1717

1818
* **/examples** - Example sketches for the library (.ino). Run these from the Arduino IDE.
19-
* **/extras** - Additional documentation for the user. These files are ignored by the IDE.
2019
* **/src** - Source files for the library (.cpp, .h).
2120
* **keywords.txt** - Keywords from this library that will be highlighted in the Arduino IDE.
2221
* **library.properties** - General library properties for the Arduino package manager.
@@ -31,7 +30,7 @@ Documentation
3130
Products that use this Library
3231
---------------------------------
3332

34-
* [*SEN-14348*](https://www.sparkfun.com/products/14348)
33+
* [*SPX-15508*](https://www.sparkfun.com/products/15508)
3534

3635
Version History
3736
---------------

library.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name=SparkFun TMP117 Breakout
1+
name=SparkFun MCP9600 Breakout
22
version=1.0.0
33
author=SparkFun Electronics <techsupport@sparkfun.com>
4-
maintainer=Madison Chodikov <madison.chodikov@sparkfun.com>
5-
sentence=A library to drive the Texas Instruments TMP117 by I2C.
6-
paragraph=Communicates with the TMP117 over I2C to quickly integrate a temperature sensor into your project.
4+
maintainer=Fischer Moseley <fischer.moseley@sparkfun.com>
5+
sentence=Driver for Microchip's MCP9600 Thermocouple Amplifier.
6+
paragraph=The <a href="https://www.microchip.com/wwwproducts/en/MCP9600">MCP9600</a> is a integrated thermocouple amplifier featuring a typical accuracy of ±0.5°C and a maximum accuracy of ±1.5°C, with support for many thermocouple types, conversion modes, and a configurable exponential moving average filter.
77
category=Sensors
8-
url= //No webpage yet
8+
url=https://www.sparkfun.com/products/15508
99
architectures=*

0 commit comments

Comments
 (0)