This repository has been archived on 2025-06-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Os/root-fs/usr/bin/wallaby_init_gpio
2018-04-07 23:26:16 +02:00

7 lines
172 B
Bash
Executable file

#!/bin/bash
echo 33 > /sys/class/gpio/export
echo 34 > /sys/class/gpio/export
echo "out" > /sys/class/gpio/gpio33/direction
echo "out" > /sys/class/gpio/gpio34/direction