Skip to content

Commit

Permalink
Merge pull request #1004 from tock/mcp230xx
Browse files Browse the repository at this point in the history
mcp230xx: support more versions of the chip
  • Loading branch information
ppannuto committed Jul 14, 2018
2 parents 21a0876 + 6f5e1c9 commit bedc120
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 101 deletions.
2 changes: 1 addition & 1 deletion capsules/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pub mod led;
pub mod lps25hb;
pub mod ltc294x;
pub mod max17205;
pub mod mcp23008;
pub mod mcp230xx;
pub mod mx25r6435f;
pub mod ninedof;
pub mod nonvolatile_storage_driver;
Expand Down
Loading

0 comments on commit bedc120

Please sign in to comment.