File tree Expand file tree Collapse file tree 2 files changed +8
-13
lines changed Expand file tree Collapse file tree 2 files changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,8 @@ license = "MIT/Apache-2.0"
6
6
repository = " https://github.com/rust-embedded/rust-sysfs-gpio"
7
7
homepage = " https://github.com/rust-embedded/rust-sysfs-gpio"
8
8
documentation = " http://rust-embedded.github.io/rust-sysfs-gpio/"
9
- description = """
10
- Provides access to the Linux sysfs interface to GPIOs.
11
- Via the `sysfs_gpio` crate you can export, unexport,
12
- set the direction, read, write, and poll (using
13
- interrupts) GPIOs from userspace.
14
-
15
- See https://www.kernel.org/doc/Documentation/gpio/sysfs.txt
16
- """
9
+ description = " Provides access to GPIOs using the Linux sysfs interface."
10
+ readme = " README.md"
17
11
18
12
[features ]
19
13
mio-evented = [" mio" ]
Original file line number Diff line number Diff line change 1
- rust-sysfs-gpio
2
- ===============
1
+ sysfs_gpio
2
+ ==========
3
3
4
4
[ ![ Build Status] ( https://travis-ci.org/rust-embedded/rust-sysfs-gpio.svg?branch=master )] ( https://travis-ci.org/rust-embedded/rust-sysfs-gpio )
5
5
[ ![ Version] ( https://img.shields.io/crates/v/sysfs-gpio.svg )] ( https://crates.io/crates/sysfs-gpio )
6
6
[ ![ License] ( https://img.shields.io/crates/l/sysfs-gpio.svg )] ( https://github.com/rust-embedded/rust-sysfs-gpio/blob/master/README.md#license )
7
7
8
8
- [ API Documentation] ( https://docs.rs/sysfs_gpio )
9
9
10
- rust-sysfs-gpio is a rust library/crate providing access to the Linux
11
- sysfs GPIO interface (https://www.kernel.org/doc/Documentation ). It
12
- seeks to provide an API that is safe, convenient, and efficient.
10
+ The ` sysfs_gpio ` crate provides access to the Linux sysfs GPIO interface
11
+ (https://www.kernel.org/doc/Documentation/gpio/sysfs.txt ). It seeks to provide
12
+ an API that is safe, convenient, and efficient and supports exporting,
13
+ unexporting, reading, writing and waiting for interrupts on pins.
13
14
14
15
Many devices such as the Raspberry Pi or Beaglebone Black provide
15
16
userspace access to a number of GPIO peripherals. The standard kernel
You can’t perform that action at this time.
0 commit comments