File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,6 @@ This project is developed and maintained by the [Embedded Linux team][team].
13
13
14
14
## [ Documentation] ( https://docs.rs/linux-embedded-hal )
15
15
16
- Note that current ` v0.4.0-alpha.X ` releases track the unstable [ 'embedded-hal'] ` v1.0.0-alpha.Y ` .
17
- For bugfixes or backports please open PRs against the ` v0.3.x ` branch.
18
-
19
16
## GPIO character device
20
17
21
18
Since Linux kernel v4.4 the use of sysfs GPIO was deprecated and replaced by the character device GPIO.
@@ -25,7 +22,7 @@ This crate includes feature flag `gpio_cdev` that exposes `CdevPin` as wrapper a
25
22
To enable it update your Cargo.toml. Please note that in order to prevent ` LineHandle ` fd from closing you should
26
23
assign to a variable, see [ cdev issue] ( https://github.com/rust-embedded/gpio-cdev/issues/29 ) for more details.
27
24
```
28
- linux-embedded-hal = { version = "0.3 ", features = ["gpio_cdev"] }
25
+ linux-embedded-hal = { version = "0.4 ", features = ["gpio_cdev"] }
29
26
```
30
27
31
28
` SysfsPin ` can be still used with feature flag ` gpio_sysfs ` .
You can’t perform that action at this time.
0 commit comments