Skip to content

Commit 2963dd6

Browse files
committed
Shorten URL
1 parent 3ba05c5 commit 2963dd6

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

DFR0534.pdf

-22 Bytes
Binary file not shown.

examples/playCombined/playCombined.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Example for using the DFR0534 for playing combined audio files like a playlist
33
*
44
* This code was made for Arduino Uno/Nano. For ESP32 you have the change the code to use HardwareSerial
5-
* instead for SoftwareSerial (see https://github.com/codingABI/DFR0534?tab=readme-ov-file#hardwareserial-for-esp32)
5+
* instead for SoftwareSerial (see https://github.com/codingABI/DFR0534#hardwareserial-for-esp32)
66
*/
77

88
#include <SoftwareSerial.h>

examples/playFileByName/playFileByName.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Example for using the DFR0534 for playing audio files by file name
33
*
44
* This code was made for Arduino Uno/Nano. For ESP32 you have the change the code to use HardwareSerial
5-
* instead for SoftwareSerial (see https://github.com/codingABI/DFR0534?tab=readme-ov-file#hardwareserial-for-esp32)
5+
* instead for SoftwareSerial (see https://github.com/codingABI/DFR0534#hardwareserial-for-esp32)
66
*/
77

88
#include <SoftwareSerial.h>

examples/playFileByNumber/playFileByNumber.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Example for using the DFR0534 for playing audio files by file number
33
*
44
* This code was made for Arduino Uno/Nano. For ESP32 you have the change the code to use HardwareSerial
5-
* instead for SoftwareSerial (see https://github.com/codingABI/DFR0534?tab=readme-ov-file#hardwareserial-for-esp32)
5+
* instead for SoftwareSerial (see https://github.com/codingABI/DFR0534#hardwareserial-for-esp32)
66
*/
77

88
#include <SoftwareSerial.h>

0 commit comments

Comments
 (0)