mp32 2.0.0.0
Commands List

Macros

#define MP32_PLAY_NEXT_SONG   0x01
 
#define MP32_PLAY_PREV_SONG   0x02
 
#define MP32_PLAY_SPEC_TRACK   0x03
 
#define MP32_SET_VOL_UP   0x04
 
#define MP32_SET_VOL_DOWN   0x05
 
#define MP32_SET_VOL_VALUE   0x06
 
#define MP32_SET_EQUALIZER   0x07
 
#define MP32_REP_CURR_TRACK   0x08
 
#define MP32_SET_DEV   0x09
 
#define MP32_ENTER_STDBY_MODE   0x0A
 
#define MP32_RESET   0x0C
 
#define MP32_PLAY   0x0D
 
#define MP32_PAUSE   0x0E
 
#define MP32_PLAY_SONG_SPEC   0x0F
 
#define MP32_SET_ALL_LOOP   0x11
 
#define MP32_PLAY_SONG_MP3   0x12
 
#define MP32_PLAY_SONG_ADV   0x13
 
#define MP32_SET_SONG_NAME   0x14
 
#define MP32_ADD_LOOP_TRACK   0x15
 
#define MP32_STOP   0x16
 
#define MP32_SET_LOOP_FOL   0x17
 
#define MP32_SET_SHUF_ALL   0x18
 
#define MP32_REP_SINGLE   0x19
 
#define MP32_SET_SHUF_FOL   0x28
 

Detailed Description

Macro Definition Documentation

◆ MP32_ADD_LOOP_TRACK

#define MP32_ADD_LOOP_TRACK   0x15

◆ MP32_ENTER_STDBY_MODE

#define MP32_ENTER_STDBY_MODE   0x0A

◆ MP32_PAUSE

#define MP32_PAUSE   0x0E

◆ MP32_PLAY

#define MP32_PLAY   0x0D

◆ MP32_PLAY_NEXT_SONG

#define MP32_PLAY_NEXT_SONG   0x01

◆ MP32_PLAY_PREV_SONG

#define MP32_PLAY_PREV_SONG   0x02

◆ MP32_PLAY_SONG_ADV

#define MP32_PLAY_SONG_ADV   0x13

◆ MP32_PLAY_SONG_MP3

#define MP32_PLAY_SONG_MP3   0x12

◆ MP32_PLAY_SONG_SPEC

#define MP32_PLAY_SONG_SPEC   0x0F

◆ MP32_PLAY_SPEC_TRACK

#define MP32_PLAY_SPEC_TRACK   0x03

◆ MP32_REP_CURR_TRACK

#define MP32_REP_CURR_TRACK   0x08

◆ MP32_REP_SINGLE

#define MP32_REP_SINGLE   0x19

◆ MP32_RESET

#define MP32_RESET   0x0C

◆ MP32_SET_ALL_LOOP

#define MP32_SET_ALL_LOOP   0x11

◆ MP32_SET_DEV

#define MP32_SET_DEV   0x09

◆ MP32_SET_EQUALIZER

#define MP32_SET_EQUALIZER   0x07

◆ MP32_SET_LOOP_FOL

#define MP32_SET_LOOP_FOL   0x17

◆ MP32_SET_SHUF_ALL

#define MP32_SET_SHUF_ALL   0x18

◆ MP32_SET_SHUF_FOL

#define MP32_SET_SHUF_FOL   0x28

◆ MP32_SET_SONG_NAME

#define MP32_SET_SONG_NAME   0x14

◆ MP32_SET_VOL_DOWN

#define MP32_SET_VOL_DOWN   0x05

◆ MP32_SET_VOL_UP

#define MP32_SET_VOL_UP   0x04

◆ MP32_SET_VOL_VALUE

#define MP32_SET_VOL_VALUE   0x06

◆ MP32_STOP

#define MP32_STOP   0x16