Update rpitx.py

pull/45/head
alanbjohnston 6 years ago committed by GitHub
parent 3d76c641e4
commit e0bb481323
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,6 +4,7 @@ import RPi.GPIO as GPIO
import subprocess
import time
import os
import sys
GPIO.setmode(GPIO.BCM)
GPIO.setup(27, GPIO.IN, pull_up_down=GPIO.PUD_UP)

Loading…
Cancel
Save

Powered by TurnKey Linux.