arduino-audio-driver
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
PinsAudioKitEs8388v1Class Class Reference

Pins for Es8388 AudioDriver - use the PinsAudioKitEs8388v1 object! More...

#include <DriverPins.h>

Inheritance diagram for PinsAudioKitEs8388v1Class:
DriverPins

Public Member Functions

 PinsAudioKitEs8388v1Class ()
 
bool addI2C (PinFunction function, GpioPin scl, GpioPin sda, int port=-1, uint32_t frequency=100000, TwoWire &wire=Wire)
 
bool addI2C (PinsI2C pin)
 
bool addI2S (PinFunction function, GpioPin mclk, GpioPin bck, GpioPin ws, GpioPin data_out, GpioPin data_in=-1, int port=0)
 
bool addI2S (PinsI2S pin)
 
bool addPin (PinFunction function, GpioPin pinNo, PinLogic logic, int index=0)
 
bool addPin (PinsFunction pin)
 
bool addSPI (PinFunction function, GpioPin clk, GpioPin miso, GpioPin mosi, GpioPin cs, SPIClass &spi=SPI)
 
bool addSPI (PinsSPI pin)
 
virtual bool begin ()
 Sets up all pins e.g. by calling pinMode() More...
 
void end ()
 
audio_driver_local::Optional< PinsI2CgetI2CPins (PinFunction function)
 Finds the I2C pin info with the help of the function. More...
 
audio_driver_local::Optional< PinsI2SgetI2SPins (int port)
 Finds the I2S pin info with the help of the port. More...
 
audio_driver_local::Optional< PinsI2SgetI2SPins (PinFunction function=PinFunction::CODEC)
 Finds the I2S pin info with the help of the function. More...
 
audio_driver_local::Optional< PinsFunctiongetPin (GpioPin pinId)
 Get pin information by pin ID. More...
 
audio_driver_local::Optional< PinsFunctiongetPin (PinFunction function, int pos=0)
 Get pin information by function. More...
 
GpioPin getPinID (PinFunction function, int pos=0)
 
audio_driver_local::Optional< PinsSPIgetSPIPins (PinFunction function)
 Finds the SPI pin info with the help of the function. More...
 
bool hasPins ()
 Returns true if some function pins have been defined. More...
 
bool isSPIActiveForSD ()
 Check if SPI for SD should be started automatically. More...
 
bool setI2C (PinsI2C pin)
 Updates the I2C pin information using the function as key. More...
 
bool setI2S (PinsI2S pin)
 Updates the I2S pin information using the function as key. More...
 
bool setSPI (PinsSPI pin)
 Updates the SPI pin information using the function as key. More...
 
void setSPIActiveForSD (bool active)
 Defines if SPI for SD should be started (by default true) More...
 

Protected Member Functions

template<typename T >
T * getPtr (PinFunction function, audio_driver_local::Vector< T > &vect)
 
bool hasConflict (int pin)
 
bool hasI2CConflict (int pin)
 
bool hasSPIConflict (int pin)
 
template<typename T >
bool set (T pin, audio_driver_local::Vector< T > &vect)
 
void setupPinMode ()
 

Protected Attributes

audio_driver_local::Vector< PinsI2Ci2c {0}
 
audio_driver_local::Vector< PinsI2Si2s {0}
 
audio_driver_local::Vector< PinsFunctionpins {0}
 
bool sd_active = true
 
audio_driver_local::Vector< PinsSPIspi {0}
 

Detailed Description

Pins for Es8388 AudioDriver - use the PinsAudioKitEs8388v1 object!

Author
Phil Schatzmann

Constructor & Destructor Documentation

◆ PinsAudioKitEs8388v1Class()

Member Function Documentation

◆ addI2C() [1/2]

bool addI2C ( PinFunction  function,
GpioPin  scl,
GpioPin  sda,
int  port = -1,
uint32_t  frequency = 100000,
TwoWire &  wire = Wire 
)
inlineinherited

◆ addI2C() [2/2]

bool addI2C ( PinsI2C  pin)
inlineinherited

◆ addI2S() [1/2]

bool addI2S ( PinFunction  function,
GpioPin  mclk,
GpioPin  bck,
GpioPin  ws,
GpioPin  data_out,
GpioPin  data_in = -1,
int  port = 0 
)
inlineinherited

◆ addI2S() [2/2]

bool addI2S ( PinsI2S  pin)
inlineinherited

◆ addPin() [1/2]

bool addPin ( PinFunction  function,
GpioPin  pinNo,
PinLogic  logic,
int  index = 0 
)
inlineinherited

◆ addPin() [2/2]

bool addPin ( PinsFunction  pin)
inlineinherited

◆ addSPI() [1/2]

bool addSPI ( PinFunction  function,
GpioPin  clk,
GpioPin  miso,
GpioPin  mosi,
GpioPin  cs,
SPIClass &  spi = SPI 
)
inlineinherited

◆ addSPI() [2/2]

bool addSPI ( PinsSPI  pin)
inlineinherited

◆ begin()

virtual bool begin ( )
inlinevirtualinherited

Sets up all pins e.g. by calling pinMode()

◆ end()

void end ( )
inlineinherited

◆ getI2CPins()

audio_driver_local::Optional<PinsI2C> getI2CPins ( PinFunction  function)
inlineinherited

Finds the I2C pin info with the help of the function.

◆ getI2SPins() [1/2]

audio_driver_local::Optional<PinsI2S> getI2SPins ( int  port)
inlineinherited

Finds the I2S pin info with the help of the port.

◆ getI2SPins() [2/2]

audio_driver_local::Optional<PinsI2S> getI2SPins ( PinFunction  function = PinFunction::CODEC)
inlineinherited

Finds the I2S pin info with the help of the function.

◆ getPin() [1/2]

audio_driver_local::Optional<PinsFunction> getPin ( GpioPin  pinId)
inlineinherited

Get pin information by pin ID.

◆ getPin() [2/2]

audio_driver_local::Optional<PinsFunction> getPin ( PinFunction  function,
int  pos = 0 
)
inlineinherited

Get pin information by function.

◆ getPinID()

GpioPin getPinID ( PinFunction  function,
int  pos = 0 
)
inlineinherited

◆ getPtr()

T* getPtr ( PinFunction  function,
audio_driver_local::Vector< T > &  vect 
)
inlineprotectedinherited

◆ getSPIPins()

audio_driver_local::Optional<PinsSPI> getSPIPins ( PinFunction  function)
inlineinherited

Finds the SPI pin info with the help of the function.

◆ hasConflict()

bool hasConflict ( int  pin)
inlineprotectedinherited

◆ hasI2CConflict()

bool hasI2CConflict ( int  pin)
inlineprotectedinherited

◆ hasPins()

bool hasPins ( )
inlineinherited

Returns true if some function pins have been defined.

◆ hasSPIConflict()

bool hasSPIConflict ( int  pin)
inlineprotectedinherited

◆ isSPIActiveForSD()

bool isSPIActiveForSD ( )
inlineinherited

Check if SPI for SD should be started automatically.

◆ set()

bool set ( pin,
audio_driver_local::Vector< T > &  vect 
)
inlineprotectedinherited

◆ setI2C()

bool setI2C ( PinsI2C  pin)
inlineinherited

Updates the I2C pin information using the function as key.

◆ setI2S()

bool setI2S ( PinsI2S  pin)
inlineinherited

Updates the I2S pin information using the function as key.

◆ setSPI()

bool setSPI ( PinsSPI  pin)
inlineinherited

Updates the SPI pin information using the function as key.

◆ setSPIActiveForSD()

void setSPIActiveForSD ( bool  active)
inlineinherited

Defines if SPI for SD should be started (by default true)

◆ setupPinMode()

void setupPinMode ( )
inlineprotectedinherited

Member Data Documentation

◆ i2c

audio_driver_local::Vector<PinsI2C> i2c {0}
protectedinherited

◆ i2s

audio_driver_local::Vector<PinsI2S> i2s {0}
protectedinherited

◆ pins

audio_driver_local::Vector<PinsFunction> pins {0}
protectedinherited

◆ sd_active

bool sd_active = true
protectedinherited

◆ spi

audio_driver_local::Vector<PinsSPI> spi {0}
protectedinherited

The documentation for this class was generated from the following file: