mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2025-12-13 10:48:49 +01:00
8 lines
164 B
Bash
Executable File
8 lines
164 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sleep 4
|
|
chmod 777 /tmp/DEVTERM_PRINTER_IN
|
|
chmod 777 /tmp/DEVTERM_PRINTER_OUT
|
|
|
|
ln -s /sys/bus/iio/devices/iio\:device*/in_voltage*_raw /tmp/devterm_adc
|