Skip to content

Commit 3e82eba

Browse files
committed
WM8960 was already using Arduino I2C
1 parent 3c88371 commit 3e82eba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Driver/wm8960/mtb_wm8960.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ extern "C"
4949
{
5050
#endif
5151

52-
// (0x1A>>1) = 0xD
53-
#define WM8960_I2C_ADDRESS 0xD
52+
#define WM8960_I2C_ADDRESS (0x1A)
5453
#ifdef ARDUINO
5554
# define WM8960_LOG(msg) Serial.println(msg)
5655
#else

0 commit comments

Comments
 (0)