forked from Edzelf/Esp-radio
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for reading and clearing decoded time by SCI_DECODE_TIME #41
(#42) * Add support for check and reset decoding time by SCI_DECODE_TIME Implemented handling for SCI_DECODE_TIME register according to VS1053b Datasheet specification (v1.20). When decoding correct data, current decoded time is shown in this register in full seconds. Extended API with two methods. One provides estimation of decoding time using SCI_DECODE_TIME. The other one allows to clear the value of mentioned register. Update documentation and bumped version for release.
- Loading branch information
Showing
5 changed files
with
63 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=VS1053 Library for ESP8266/ESP32 | ||
version=1.1.1 | ||
version=1.1.2 | ||
author=Baldram | ||
maintainer=Baldram <[email protected]> | ||
sentence=This is a driver library for VS1053 MP3 Codec Breakout adapted for Espressif ESP8266 and ESP32 boards | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters