MCPcopy Create free account
hub / github.com/PowerBroker2/DFPlayerMini_Fast / stack

Class stack

src/DFPlayerMini_Fast.h:133–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131
132 /** Struct to store entire serial datapacket used for MP3 config/control */
133 struct stack {
134 uint8_t start_byte;
135 uint8_t version;
136 uint8_t length;
137 uint8_t commandValue;
138 uint8_t feedbackValue;
139 uint8_t paramMSB;
140 uint8_t paramLSB;
141 uint8_t checksumMSB;
142 uint8_t checksumLSB;
143 uint8_t end_byte;
144 } sendStack, recStack;
145
146 bool _debug;
147

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected