File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ cargo install gpio-utils
15
15
16
16
## Features
17
17
18
- - [ ] Infrastructure for providing names for the GPIOs in one's system providing
18
+ - [x ] Infrastructure for providing names for the GPIOs in one's system providing
19
19
names that map to individual pins. These names (in addition to GPIO numbers)
20
20
may be used with other commands.
21
- - [ ] Ability to export/unexport GPIOs and expose symlinks using the GPIO "friendly"
21
+ - [x ] Ability to export/unexport GPIOs and expose symlinks using the GPIO "friendly"
22
22
names simpler.
23
- - [ ] Ability to set input/output state on each pin
24
- - [ ] Ability to get/set gpio values by pin number or name (including temporary
23
+ - [x ] Ability to set input/output state on each pin
24
+ - [x ] Ability to get/set gpio values by pin number or name (including temporary
25
25
export if necessary)
26
- - [ ] Ability to block awaiting pin state change (with timeout)
26
+ - [x ] Ability to block awaiting pin state change (with timeout)
27
27
28
28
## System Integration
29
29
You can’t perform that action at this time.
0 commit comments