Explorar el Código

Revert "Fixed AK4558_I2C_ADDR"

This reverts commit 8d8350bf07.
dds
Michele Perla hace 9 años
padre
commit
ab3ef8b985
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      control_ak4558.h

+ 2
- 2
control_ak4558.h Ver fichero

@@ -25,7 +25,7 @@
// DIF2-1-0 = 011 ( 16 bit I2S compatible when BICK = 32fs)

#ifndef PIN_PDN
#define PIN_PDN 0
#define PIN_PDN 1
#endif
// Power-Down & Reset Mode Pin
// “L”: Power-down and Reset, “H”: Normal operation
@@ -43,7 +43,7 @@
// Chip Address 0 pin
// set to 'H' by default, configurable to 'L' via a jumper on bottom side of the board

#define AK4558_I2C_ADDR (0x0A + (AK4558_CAD1<<1) + AK4558_CAD0)
#define AK4558_I2C_ADDR (0x10 + (AK4558_CAD1<<1) + AK4558_CAD0)
// datasheet page 81:
// This address is 7 bits long followed by the eighth bit that is a data direction bit (R/W).
// The most significant five bits of the slave address are fixed as “00100”. The next bits are

Cargando…
Cancelar
Guardar