Skip to content

Commit 572983e

Browse files
bors[bot]cs2dsb
andauthored
Merge #239
239: Swap max31855 to one published on crates.io r=jamesmunns a=cs2dsb The max31855 repo previously listed isn't published on crates.io and uses an old version of the hal. I've uploaded a similar (slightly different api to suit my tastes and better support multiple spi devices on the same pins) crate and published it on crates.io. Co-authored-by: cs2dsb <cs2dsb@gmail.com>
2 parents e8452c1 + 8c8fa33 commit 572983e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ Work in progress drivers. Help the authors make these crates awesome!
591591
1. [LSM303C] - A platform agnostic driver to interface with the LSM303C (accelerometer + compass) ![crates.io](https://img.shields.io/crates/v/lsm303c.svg)
592592
1. [MAG3110] - I2C - Magnetometer
593593
1. [MAX17048/9] - I2C - LiPo Fuel guage, battery monitoring IC - ![crates.io](https://img.shields.io/crates/v/max17048.svg)
594-
1. [MAX31855] - SPI - Thermocouple digital converter
594+
1. [MAX31855] - SPI - Thermocouple digital converter -![crates.io](https://img.shields.io/crates/v/max31855.svg)
595595
1. [MAX31865] - SPI - RTD to Digital converter - ![crates.io](https://img.shields.io/crates/v/max31865.svg)
596596
1. [MAX44009] - I2C - Ambient light sensor - ![crates.io](https://img.shields.io/crates/v/max44009.svg)
597597
1. [MAX7219] - SPI - LED display driver - ![crates.io](https://img.shields.io/crates/v/max7219.svg)
@@ -663,7 +663,7 @@ Work in progress drivers. Help the authors make these crates awesome!
663663
[LSM303C]: https://crates.io/crates/lsm303c
664664
[MAG3110]: https://github.com/therealprof/mag3110
665665
[MAX17048/9]: https://crates.io/crates/max17048
666-
[MAX31855]: https://github.com/mbacch/max31855
666+
[MAX31855]: https://github.com/cs2dsb/max31855.rs
667667
[MAX31865]: https://crates.io/crates/max31865
668668
[MAX44009]: https://crates.io/crates/max44009
669669
[MAX7219]: https://github.com/almindor/max7219

0 commit comments

Comments
 (0)