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 99The Rust ` spidev ` seeks to provide full access to the Linux spidev
1010device in Rust without the need to wrap any C code or directly make
1111low-level system calls. The documentation for the spidev interace can
12- be found at https://www.kernel.org/doc/Documentation/spi/spidev .
12+ be found at < https://www.kernel.org/doc/Documentation/spi/spidev > .
1313
1414## Example/API
1515
@@ -91,7 +91,7 @@ raspberry pi or beaglebone black:
9191 can be done by doing ` sudo apt-get install g++-arm-linux-gnueabihf ` .
92923 . Build or install rust for your target. This is necessary in order
9393 to have libstd available for your target. For arm-linux-gnueabihf,
94- you can find binaries at https://github.com/japaric/ruststrap .
94+ you can find binaries at < https://github.com/japaric/ruststrap > .
9595 With this approach or building it yourself, you will need to copy
9696 the ${rust}/lib/rustlib/arm-unknown-linux-gnueabihf to your system
9797 rust library folder (it is namespaced by triple, so it shouldn't
@@ -112,8 +112,8 @@ linker = "arm-linux-gnueabihf-gcc"
112112Licensed under either of
113113
114114- Apache License, Version 2.0 ([ LICENSE-APACHE] ( LICENSE-APACHE ) or
115- http://www.apache.org/licenses/LICENSE-2.0 )
116- - MIT license ([ LICENSE-MIT] ( LICENSE-MIT ) or http://opensource.org/licenses/MIT )
115+ < http://www.apache.org/licenses/LICENSE-2.0 > )
116+ - MIT license ([ LICENSE-MIT] ( LICENSE-MIT ) or < http://opensource.org/licenses/MIT > )
117117
118118at your option.
119119
You can’t perform that action at this time.
0 commit comments