#i2c #thermocouple #i2c-driver #embedded-hal

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

#1035 in Embedded development

36 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
~24K SLoC