LCC Fusion Project 1.0
LCC Automation
Loading...
Searching...
No Matches
dfplayer Namespace Reference

Namespace for constants. More...

Variables

const uint8_t STACK_SIZE = 10
 
const uint8_t NEXT = 0x01
 
const uint8_t SEND_INIT = 0x3F
 
const uint8_t EQ_NORMAL = 0
 
const uint8_t REPEAT = 0
 
const uint8_t U = 1
 
const uint8_t VOL_ADJUST = 0x10
 
const uint8_t STOP_REPEAT = 0
 

Detailed Description

Namespace for constants.

Variable Documentation

◆ EQ_NORMAL

const uint8_t dfplayer::EQ_NORMAL = 0

EQ Values

Definition at line 92 of file DFPlayerMini_Fast.h.

◆ NEXT

const uint8_t dfplayer::NEXT = 0x01

Control Command Values

Definition at line 45 of file DFPlayerMini_Fast.h.

◆ REPEAT

const uint8_t dfplayer::REPEAT = 0

Mode Values

Definition at line 100 of file DFPlayerMini_Fast.h.

◆ SEND_INIT

const uint8_t dfplayer::SEND_INIT = 0x3F

Query Command Values

Definition at line 73 of file DFPlayerMini_Fast.h.

◆ STACK_SIZE

const uint8_t dfplayer::STACK_SIZE = 10

Packet Values

Definition at line 36 of file DFPlayerMini_Fast.h.

◆ STOP_REPEAT

const uint8_t dfplayer::STOP_REPEAT = 0

Repeat Play Values

Definition at line 116 of file DFPlayerMini_Fast.h.

◆ U

const uint8_t dfplayer::U = 1

Playback Source Values

Definition at line 106 of file DFPlayerMini_Fast.h.

◆ VOL_ADJUST

const uint8_t dfplayer::VOL_ADJUST = 0x10

Base Volume Adjust Value

Definition at line 113 of file DFPlayerMini_Fast.h.