Skip to content

Commit

Permalink
Wrapped up testing, remove unstable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cst0 authored Aug 17, 2020
1 parent 6c14f78 commit c028aff
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 c028aff

Please sign in to comment.