Skip to content

Commit

Permalink
add WIP note
Browse files Browse the repository at this point in the history
  • Loading branch information
warthog618 committed Mar 16, 2024
1 parent 6362cde commit 6a9ff8a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ on Linux using the GPIO character device (**/dev/gpiochipN**).
This utility combines the Go equivalent of all the **libgpiod** command line
tools into a single tool.

> [!NOTE]
> This is a WIP.
> The existing version is split off from my **gpiod** library (now renamed **[gpiocdev](https://github.com/warthog618/go-gpiocdev)**) and mirrors the **libgpiod v1** tools, as at the time there was no **libgpiod v2** and so no tools using the latest kernel uAPI.
> The plan is to update these tools to mirror the **libgpiod v2** tools, but that isn't urgent given those tools now exist.
> The purpose of the split was to reduce the dependencies in **gpiocdev**, and to decouple updates to the cli from the core library.
## Installation

On Linux:
Expand Down

0 comments on commit 6a9ff8a

Please sign in to comment.