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 9
9
The Rust ` spidev ` seeks to provide full access to the Linux spidev
10
10
device in Rust without the need to wrap any C code or directly make
11
11
low-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 > .
13
13
14
14
## Example/API
15
15
@@ -91,7 +91,7 @@ raspberry pi or beaglebone black:
91
91
can be done by doing ` sudo apt-get install g++-arm-linux-gnueabihf ` .
92
92
3 . Build or install rust for your target. This is necessary in order
93
93
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 > .
95
95
With this approach or building it yourself, you will need to copy
96
96
the ${rust}/lib/rustlib/arm-unknown-linux-gnueabihf to your system
97
97
rust library folder (it is namespaced by triple, so it shouldn't
@@ -112,8 +112,8 @@ linker = "arm-linux-gnueabihf-gcc"
112
112
Licensed under either of
113
113
114
114
- 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 > )
117
117
118
118
at your option.
119
119
You can’t perform that action at this time.
0 commit comments