I have started experimenting with gobetwino for opening windows applications. I want to be able to have it open a certain song when I push a button. its a regular two pin button. I have gotten gobetwino to open a song in winamp when I reset the arduino. I plan on getting more buttons to play other songs.
I have the code I just need to post it to the topic.
void setup()
{
Serial.begin(9600);
Serial.println("#S|MUSIC|[]#");
}
void loop()
{
}
yes. I'm not sure what magic incantation means. all I know is that it is a command and that command is set to a certain song. My plan was to add more commands and each button controls that individual command.