Skip to content

Instantly share code, notes, and snippets.

@jazzyjackson
Last active October 20, 2015 08:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jazzyjackson/de8f905636a6a3a05fb5 to your computer and use it in GitHub Desktop.
Save jazzyjackson/de8f905636a6a3a05fb5 to your computer and use it in GitHub Desktop.
#include <Arduino.h>
#include <SoftwareSerial.h>
#include <JQ6500_Serial.h>
JQ6500_Serial mp3(2,3);
void setup(){
mp3.begin(9600);
mp3.reset();
mp3.play();
}
void loop()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment