Skip to content

GaryOtt/Grove_Temperature_sensor_MCP9808

 
 

Repository files navigation

Grove Temperature sensor MCP9808 Build Status

Introduction of sensor

Microchip Technology Inc.’s MCP9808 digital temperature sensor converts temperatures between -20°C and +100°C to a digital word with ±0.25°C/±0.5°C (typical/maximum) accuracy.


Usage:

Download all the source files. There are two examples for user to use.

  • example/MCP9808_basic_demo/MCP9808_basic_demo.ino:This example is a sample use of temperature sensor,you need to polling for data.
  • example/MCP9808_demo_with_limit/MCP9808_demo_with_limit.ino,There is a alert pad on the sensor module which connect to alert pin.You can set temperature limits by calling the API we provided.The alert pin outputs low when the temperature value beyond limit.Otherwise stays high.You can attach alert pin to a interrupt pin of host,To improve the efficiency of program operation.

Reference:

Refer to the /doc to get more detail.


This software is written by downey for seeed studio
Email:[email protected] and is licensed under The MIT License. Check License.txt for more information.

Contributing to this software is warmly welcomed. You can do this basically by
forking, committing modifications and then pulling requests (follow the links above
for operating guide). Adding change log and your contact into file header is encouraged.
Thanks for your contribution.

Seeed Studio is an open hardware facilitation company based in Shenzhen, China.
Benefiting from local manufacture power and convenient global logistic system,
we integrate resources to serve new era of innovation. Seeed also works with
global distributors and partners to push open hardware movement.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%