2 releases
0.1.1 | Jan 6, 2023 |
---|---|
0.1.0 | Jan 6, 2023 |
#1027 in Embedded development
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