Skip to content

vladkozlov69/JQ8400FL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JQ8400FL

Arduino library for JQ8400FL sound chip

Code snippets:

SoftwareSerial mySerial(11, 10); // RX, TX for connection with JQ8400FL JQ8400FL player(&mySerial);

...

void setup() { mySerial.begin(9600); // Initial serial communication with JQ8400Fl

player.volumeSet(20);

player.begin(); player.push("5635230244563523024456352302445635230244"); player.commit();

}

About

Arduino library for JQ8400FL sound chip

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages