This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/local/bin/python3.13 | |
# | |
# Licensed under the MIT license. (c) 2025 Kuba Sunderland-Ober | |
# | |
# A GUI tape recorder utility for ABC802 connected to Raspberry Pi GPIO | |
# | |
# On the Pi, ensure that pigpiod is running, allowing remote connections. | |
# | |
# Edit /etc/systemd/system/pigpiod.service/public.conf to change pigpiod | |
# command line arguments to: |
OlderNewer