On Wed, Jun 3, 2020 at 9:15 AM Mark A. Yoder <
mark.a...@gmail.com> wrote:
>
> So is,
> echo out > /sys/class/gpio/gpio30/direction
>
> The proper way to set it to output?
The proper way is to use libgpiod tools such as gpioset ;)
sudo gpioset gpiochip0 30=1
But that old way still woks.