Last commit 29 Oct 2010
Description: This library for Akita Sound module. very personal.
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
...
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:
-
sda I2C data line pin scl I2C clock line pin
Definition at line 14 of file AkitaSM.cpp.
