Skip to content

Commit

Permalink
Link intro blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Sep 15, 2019
1 parent 8cf8e93 commit 9fe32aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ This driver allows you to:
- Set EEPROM block write protection. See: `set_eeprom_write_protection()`.
- Read current position from the EEPROM. See: `read_eeprom_current_byte()`.

[Introductory blog post](https://blog.eldruin.com/mcp794xx-real-time-clock-rtc-driver-in-rust/)

## The devices

This driver is compatible with the devices: MCP7940N, MCP7940M, MCP79400, MCP79401, MCP79402, MCP79410, MCP79411 and MCP79412.
Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@
//! [`set_eeprom_write_protection()`]: struct.Mcp794xx.html#method.set_eeprom_write_protection
//! [`read_eeprom_current_byte()`]: struct.Mcp794xx.html#method.read_eeprom_current_byte
//!
//! [Introductory blog post](https://blog.eldruin.com/mcp794xx-real-time-clock-rtc-driver-in-rust/)
//!
//! ## The devices
//!
//! This driver is compatible with the devices: MCP7940N, MCP7940M, MCP79400,
Expand Down

0 comments on commit 9fe32aa

Please sign in to comment.