|
JQ6500 MP3 Player Arduino Library
A simple library to control a JQ6500 MP3 Player Module from an Arduino.
|
This is the complete list of members for JQ6500_Serial, including all inherited members.
| _serial (defined in JQ6500_Serial) | JQ6500_Serial | protected |
| countFiles(byte source) | JQ6500_Serial | |
| countFolders(byte source) | JQ6500_Serial | |
| currentFileIndexNumber(byte source) | JQ6500_Serial | |
| currentFileLengthInSeconds() | JQ6500_Serial | |
| currentFileName(char *buffer, unsigned int bufferLength) | JQ6500_Serial | |
| currentFilePositionInSeconds() | JQ6500_Serial | |
| getEqualizer() | JQ6500_Serial | |
| getLoopMode() | JQ6500_Serial | |
| getStatus() | JQ6500_Serial | |
| getVersion() (defined in JQ6500_Serial) | JQ6500_Serial | protected |
| getVolume() | JQ6500_Serial | |
| JQ6500_Serial(Stream *dev) | JQ6500_Serial | inline |
| JQ6500_Serial(Stream &dev) (defined in JQ6500_Serial) | JQ6500_Serial | inline |
| MP3_CMD_BEGIN (defined in JQ6500_Serial) | JQ6500_Serial | protectedstatic |
| MP3_CMD_COUNT_FOLDERS (defined in JQ6500_Serial) | JQ6500_Serial | protectedstatic |
| MP3_CMD_COUNT_MEM (defined in JQ6500_Serial) | JQ6500_Serial | protectedstatic |
| MP3_CMD_COUNT_SD (defined in JQ6500_Serial) | JQ6500_Serial | protectedstatic |
| MP3_CMD_CURRENT_FILE_IDX_MEM (defined in JQ6500_Serial) | JQ6500_Serial | protectedstatic |
| MP3_CMD_CURRENT_FILE_IDX_SD (defined in JQ6500_Serial) | JQ6500_Serial | protectedstatic |
| MP3_CMD_CURRENT_FILE_LEN_SEC (defined in JQ6500_Serial) | JQ6500_Serial | protectedstatic |
| MP3_CMD_CURRENT_FILE_NAME (defined in JQ6500_Serial) | JQ6500_Serial | protectedstatic |
| MP3_CMD_CURRENT_FILE_POS_SEC (defined in JQ6500_Serial) | JQ6500_Serial | protectedstatic |
| MP3_CMD_END (defined in JQ6500_Serial) | JQ6500_Serial | protectedstatic |
| MP3_CMD_EQ_GET (defined in JQ6500_Serial) | JQ6500_Serial | protectedstatic |
| MP3_CMD_EQ_SET (defined in JQ6500_Serial) | JQ6500_Serial | protectedstatic |
| MP3_CMD_LOOP_GET (defined in JQ6500_Serial) | JQ6500_Serial | protectedstatic |
| MP3_CMD_LOOP_SET (defined in JQ6500_Serial) | JQ6500_Serial | protectedstatic |
| MP3_CMD_NEXT (defined in JQ6500_Serial) | JQ6500_Serial | protectedstatic |
| MP3_CMD_NEXT_FOLDER (defined in JQ6500_Serial) | JQ6500_Serial | protectedstatic |
| MP3_CMD_PAUSE (defined in JQ6500_Serial) | JQ6500_Serial | protectedstatic |
| MP3_CMD_PLAY (defined in JQ6500_Serial) | JQ6500_Serial | protectedstatic |
| MP3_CMD_PLAY_FILE_FOLDER (defined in JQ6500_Serial) | JQ6500_Serial | protectedstatic |
| MP3_CMD_PLAY_IDX (defined in JQ6500_Serial) | JQ6500_Serial | protectedstatic |
| MP3_CMD_PREV (defined in JQ6500_Serial) | JQ6500_Serial | protectedstatic |
| MP3_CMD_PREV_FOLDER (defined in JQ6500_Serial) | JQ6500_Serial | protectedstatic |
| MP3_CMD_RESET (defined in JQ6500_Serial) | JQ6500_Serial | protectedstatic |
| MP3_CMD_SLEEP (defined in JQ6500_Serial) | JQ6500_Serial | protectedstatic |
| MP3_CMD_SOURCE_SET (defined in JQ6500_Serial) | JQ6500_Serial | protectedstatic |
| MP3_CMD_STATUS (defined in JQ6500_Serial) | JQ6500_Serial | protectedstatic |
| MP3_CMD_VER_GET (defined in JQ6500_Serial) | JQ6500_Serial | protectedstatic |
| MP3_CMD_VOL_DN (defined in JQ6500_Serial) | JQ6500_Serial | protectedstatic |
| MP3_CMD_VOL_GET (defined in JQ6500_Serial) | JQ6500_Serial | protectedstatic |
| MP3_CMD_VOL_SET (defined in JQ6500_Serial) | JQ6500_Serial | protectedstatic |
| MP3_CMD_VOL_UP (defined in JQ6500_Serial) | JQ6500_Serial | protectedstatic |
| next() | JQ6500_Serial | |
| nextFolder() | JQ6500_Serial | |
| pause() | JQ6500_Serial | |
| play() | JQ6500_Serial | |
| playFileByIndexNumber(unsigned int fileNumber) | JQ6500_Serial | |
| playFileNumberInFolderNumber(unsigned int folderNumber, unsigned int fileNumber) | JQ6500_Serial | |
| prev() | JQ6500_Serial | |
| prevFolder() | JQ6500_Serial | |
| reset() | JQ6500_Serial | |
| restart() | JQ6500_Serial | |
| sendCommand(byte command, byte arg1, byte arg2, char *responseBuffer, unsigned int bufferLength) | JQ6500_Serial | protected |
| sendCommand(byte command) (defined in JQ6500_Serial) | JQ6500_Serial | protected |
| sendCommand(byte command, byte arg1) (defined in JQ6500_Serial) | JQ6500_Serial | protected |
| sendCommand(byte command, byte arg1, byte arg2) (defined in JQ6500_Serial) | JQ6500_Serial | protected |
| sendCommandWithUnsignedIntResponse(byte command) | JQ6500_Serial | protected |
| setEqualizer(byte equalizerMode) | JQ6500_Serial | |
| setLoopMode(byte loopMode) | JQ6500_Serial | |
| setSource(byte source) | JQ6500_Serial | |
| setVolume(byte volumeFrom0To30) | JQ6500_Serial | |
| sleep() | JQ6500_Serial | |
| volumeDn() | JQ6500_Serial | |
| volumeUp() | JQ6500_Serial | |
| waitUntilAvailable(unsigned long maxWaitTime=1000) (defined in JQ6500_Serial) | JQ6500_Serial | protected |