We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90279c6 commit 9e4e14aCopy full SHA for 9e4e14a
src/VS1053.h
@@ -167,8 +167,8 @@ class VS1053 {
167
// Clears SCI_DECODE_TIME register (sets 0x00)
168
void clearDecodedTime();
169
170
- // A low level method for a direct data register manipulation.
171
- // Made public to enable loading firmware patches in user code
+ // Writes to VS10xx's SCI (serial command interface) SPI bus.
+ // A low level method which helps in loading firmware patches in user code.
172
void write_register(uint8_t _reg, uint16_t _value) const;
173
};
174
0 commit comments