Skip to content

Commit c9a1264

Browse files
committed
Fix type
1 parent 2963dd6 commit c9a1264

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

DFR0534.pdf

10 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#hardwareserial-for-esp32)
5+
* instead of 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#hardwareserial-for-esp32)
5+
* instead of 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#hardwareserial-for-esp32)
5+
* instead of SoftwareSerial (see https://github.com/codingABI/DFR0534#hardwareserial-for-esp32)
66
*/
77

88
#include <SoftwareSerial.h>

0 commit comments

Comments
 (0)