File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Rust Spidev
2
2
===========
3
3
4
- [ ![ Build Status] ( https://travis-ci.org/posborne /rust-i2cdev.svg?branch=master )] ( https://travis-ci.org/posborne /rust-i2cdev )
4
+ [ ![ Build Status] ( https://travis-ci.org/rust-embedded /rust-i2cdev.svg?branch=master )] ( https://travis-ci.org/rust-embedded /rust-i2cdev )
5
5
[ ![ Version] ( https://img.shields.io/crates/v/i2cdev.svg )] ( https://crates.io/crates/i2cdev )
6
- [ ![ License] ( https://img.shields.io/crates/l/i2cdev.svg )] ( https://github.com/posborne /rust-i2cdev/blob/master/README.md#license )
6
+ [ ![ License] ( https://img.shields.io/crates/l/i2cdev.svg )] ( https://github.com/rust-embedded /rust-i2cdev/blob/master/README.md#license )
7
7
8
- [ Documentation] ( https://posborne .github.io/rust-i2cdev )
8
+ [ Documentation] ( https://rust-embedded .github.io/rust-i2cdev )
9
9
10
10
The Rust ` i2cdev ` crate seeks to provide full access to the Linux i2cdev
11
11
driver interface in Rust without the need to wrap any C code or directly make
@@ -18,7 +18,7 @@ Example/API
18
18
19
19
The source includes an example of using the library to talk to a Wii
20
20
Nunchuck (which has an i2c interface).
21
- [ Go View the Example Example] ( https://github.com/posborne /rust-i2cdev/blob/master/examples/nunchuck.rs ) .
21
+ [ Go View the Example Example] ( https://github.com/rust-embedded /rust-i2cdev/blob/master/examples/nunchuck.rs ) .
22
22
23
23
Here's a real quick example showing the guts of how you create a
24
24
device and start talking to it... This device only requires basic
You can’t perform that action at this time.
0 commit comments