Merge pull request #74 from eldruin/master

Adapt repository address after project rename + link to crates.io for RTC driver
This commit is contained in:
Daniel Egger 2018-08-17 13:28:35 +02:00 committed by GitHub
commit 5a067a71e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -332,8 +332,8 @@ Work in progress drivers. Help the authors make these crates awesome!
- [OneWire] - 1wire - OneWire protocol implementation with drivers for devices such as [DS18B20](https://datasheets.maximintegrated.com/en/ds/DS18B20.pdf) - ![crates.io](https://img.shields.io/crates/v/onewire.svg)
- [SSD1322] - SPI - Graphical OLED display controller - ![crates.io](https://img.shields.io/crates/v/ssd1322.svg)
- [GridEYE] - I2C - Rust driver for Grid-EYE / Panasonic AMG88(33)
- [AT24Cx] - I2C - Serial EEPROM
- [DS1307] - I2C - Real-time clock
- [EEPROM24x] - I2C - 24x series serial EEPROM driver
- [DS1307] - I2C - Real-time clock driver - ![crates.io](https://img.shields.io/crates/v/ds1307.svg)
[MFRC522]: https://github.com/japaric/mfrc522
[MPU9250]: https://github.com/japaric/mpu9250
@ -371,8 +371,8 @@ Work in progress drivers. Help the authors make these crates awesome!
[OneWire]: https://crates.io/crates/onewire
[SSD1322]: https://crates.io/crates/ssd1322
[GridEYE]: https://github.com/uwearzt/grideye
[AT24Cx]: https://github.com/eldruin/at24cx-rs
[DS1307]: https://github.com/eldruin/ds1307-rs
[EEPROM24x]: https://github.com/eldruin/eeprom24x-rs
[DS1307]: https://crates.io/crates/ds1307
## no-std crates