mcp9600

Crates.iomcp9600
lib.rsmcp9600
version0.1.1
sourcesrc
created_at2023-01-06 15:53:00.503026
updated_at2023-01-06 15:59:17.330009
descriptionBasic embedded-hal-based I2C driver for the MCP9600 and MCP9601 thermocouple amplifier ICs
homepage
repositoryhttps://github.com/besselfunct/mcp9600
max_upload_size
id752372
size11,517
(besselfunct)

documentation

README

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
Commit count: 26

cargo fmt