You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/base-files
Mathias Kresin e66c47fb14 base-files: gpio switch: set output value with direction
Use the "low" and "high" values to configure the GPIO as an output with
that initial value. It ensures that the gpio doesn't have a unwanted value
during the time the direction is set to ouput and the actual value is
applied.

We don't need to take care of the GPIO polarity for now, since our
exported GPIOs are always active low.

Signed-off-by: Mathias Kresin <dev@kresin.me>
7 years ago
..
files base-files: gpio switch: set output value with direction 7 years ago
Makefile base-files: gpio switch: set output value with direction 7 years ago
image-config.in base-files: remove remaining uses of %N, and drop VERSION_NICK config symbol 7 years ago