Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/cst0/gpio_control
Browse files Browse the repository at this point in the history
  • Loading branch information
cst0 committed Aug 17, 2020
2 parents 585fba5 + c028aff commit 8df5257
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# gpio\_control: a ROS package for reading/writing GPIO states on the Pi, Jetson, and many more
## Overview
_This package is currently unstable and in testing_

Devices such as the Raspberry Pi, NVidia Jetson, BeagleBone Black, etc have GPIO pins as an additional set of IO,
which can be toggled between high/low states or configured to read high/low inputs. This package allows for
ROS control of these pins, allowing for configuring each pin as desired and then reading/writing
Expand Down Expand Up @@ -70,4 +68,4 @@ implementation. This may be useful for error checking.
The `gpio_control_node` operates by providing a command line interface to the `gpio_control_utils`
python package, which will be importable in other projects upon installation. This provides a
standard and stable interface for reading and writing to GPIO pins. See the node for example
usage.
usage.

0 comments on commit 8df5257

Please sign in to comment.