Kazushi Mukaiyama / AkitaSM

Description: This library for Akita Sound module. very personal.

Embed: (wiki syntax)

« Back to documentation index

AkitaSM Class Reference

AkitaSM Class Reference

... More...

#include <AkitaSM.h>

Public Member Functions

 AkitaSM (int addr, PinName sda, PinName scl)
 Create an AkitaSM interface, connected to the specified pins.

Detailed Description

...

Author:
Kazushi Mukaiyama An interface for the Akita MP3 Sound Module

Definition at line 15 of file AkitaSM.h.


Constructor & Destructor Documentation

AkitaSM ( int  addr,
PinName  sda,
PinName  scl 
)

Create an AkitaSM interface, connected to the specified pins.

Parameters:
sdaI2C data line pin
sclI2C clock line pin

Definition at line 14 of file AkitaSM.cpp.