Skip to content

Commit 9e4e14a

Browse files
authored
Adjust write_register method description (#68)
1 parent 90279c6 commit 9e4e14a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/VS1053.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ class VS1053 {
167167
// Clears SCI_DECODE_TIME register (sets 0x00)
168168
void clearDecodedTime();
169169

170-
// A low level method for a direct data register manipulation.
171-
// Made public to enable loading firmware patches in user code
170+
// Writes to VS10xx's SCI (serial command interface) SPI bus.
171+
// A low level method which helps in loading firmware patches in user code.
172172
void write_register(uint8_t _reg, uint16_t _value) const;
173173
};
174174

0 commit comments

Comments
 (0)