#i2c #thermocouple #i2c-embedded

mcp9600

Basic embedded-hal-based I2C driver for the MCP9600 and MCP9601 thermocouple amplifier ICs

2 releases

0.1.1 Jan 6, 2023
0.1.0 Jan 6, 2023

#17 in #i2c-embedded

Download history 34/week @ 2026-02-12 22/week @ 2026-02-19 34/week @ 2026-02-26 401/week @ 2026-03-05 107/week @ 2026-03-12 100/week @ 2026-03-19 179/week @ 2026-03-26 108/week @ 2026-04-02 102/week @ 2026-04-09 205/week @ 2026-04-16 103/week @ 2026-04-23 103/week @ 2026-04-30 163/week @ 2026-05-07

574 downloads per month

MIT license

11KB
258 lines

mcp9600

Basic I2C driver for the Microchip Technology MCP960X Thermocouple Amplifier Chip

! This crate is a WIP and has minimal functionality !

Currently, the following features are implemented:

  • Reading the device ID
  • Configuring the Sensor portion of the device
  • Configuring the measurement profile of the device
  • Performing basic hot junction temperature measurements (results in an f32)

TODO:

  • Read the status register and pass the result to the user
  • Enable configuration of the Alert registers
  • Documentation

Dependencies

~1MB
~23K SLoC