How do I use the AUX port on the Propeller Activity Board?
ookkies
Posts: 5
Hi, I'm new to using this and I want to be able to use the AUX port like I did through this tutorial http://learn.parallax.com/tutorials/language/propeller-c/propeller-c-simple-devices/play-wav-files for this tutorial http://learn.parallax.com/tutorials/language/propeller-c/propeller-c-simple-circuits/piezo-beep.
Is this possible?
Is this possible?
Comments
What do you want to do?
I want to run a simple code like this:
#include "simpletools.h" // Include simpletools
int main() // main function
{
freqout(4, 1000, 3000); // pin, duration, frequency
}
but I'm not sure how to change the pin to connect to the A/V port
your program would reflect those pins or for Left or Right output on the A/V jack.