Skip to content

Commit 656b848

Browse files
bors[bot]almindor
andcommitted
Merge #190
190: update MAX7219 for new release r=adamgreig a=almindor I've taken over the MAX7219 driver since the original author didn't touch it for a year. Driver has been updated to use latest `embedded-hal`, documented and slightly extended with helper functions. I've made a release to crates.io as well since there was none done previously. Co-authored-by: Ales Katona <[email protected]>
2 parents 33b4be8 + 49f19fb commit 656b848

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
@@ -475,7 +475,7 @@ Work in progress drivers. Help the authors make these crates awesome!
475475
- [MAG3110] - I2C - Magnetometer
476476
- [SI5351] - I2C - clock generator
477477
- [SI7021] - I2C - Humidity and temperature sensor
478-
- [MAX7219] - SPI - LED display driver
478+
- [MAX7219] - SPI - LED display driver - ![crates.io](https://img.shields.io/crates/v/max7219.svg)
479479
- [DS3231] - I2C - real time clock
480480
- [BH1750] - I2C - ambient light sensor (lux meter)
481481
- [SHT2x] - I2C - temperature / humidity sensors
@@ -543,7 +543,7 @@ Work in progress drivers. Help the authors make these crates awesome!
543543
[MAG3110]: https://github.com/therealprof/mag3110
544544
[SI5351]: https://github.com/ilya-epifanov/si5351
545545
[SI7021]: https://github.com/wose/si7021
546-
[MAX7219]: https://github.com/maikelwever/max7219
546+
[MAX7219]: https://github.com/almindor/max7219
547547
[DS3231]: https://github.com/wose/ds3231
548548
[BH1750]: https://github.com/wose/bh1750
549549
[SHT2x]: https://github.com/dbrgn/sht2x-rs

0 commit comments

Comments
 (0)