Skip to content

Commit 3120629

Browse files
committed
docs: update todo list in readme (all complete!)
Signed-off-by: Paul Osborne <[email protected]>
1 parent 6cfc739 commit 3120629

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ cargo install gpio-utils
1515

1616
## Features
1717

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
1919
names that map to individual pins. These names (in addition to GPIO numbers)
2020
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"
2222
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
2525
export if necessary)
26-
- [ ] Ability to block awaiting pin state change (with timeout)
26+
- [x] Ability to block awaiting pin state change (with timeout)
2727

2828
## System Integration
2929

0 commit comments

Comments
 (0)