Thanks for your reply, I think there may be a problem That does work with one piface but fails with 2 pifaces. #!/usr/bin/env python3 from time import sleep import pifacedigitalio pifacedigitalio.init() pfd = pifacedigitalio.PiFaceDigital(0) def toggle_led0(event): print('trigger') listener = piface...
I have searched the forum but cant find anything specific, I am a total noob so be kind to me. I am having trouble getting pyaudio to work in python 3. I need it to work in Python 3 as my pi-face python code in in Python 3. I would like to record a small sound sample to a wave file. I can record usi...