Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed PowerControl SDFileSystem
Fork of HeptaAccel by
HeptaVoice Class Reference
HeptaVoice class. More...
#include <HeptaVoice.h>
Public Member Functions | |
| HeptaVoice (PinName sda, PinName scl, int addr=AQTK_I2C_ADDR) | |
| Create a AquesTalk pico LSI I2C interface. | |
Detailed Description
HeptaVoice class.
AquesTalk pico LSI I2C interface Example:
#include "HeptaVoice.h" HeptaVoice talk(P0_10,P0_11); // I2C sda scl int main() { talk.Synthe("konnichiwa."); for(int n = 1; ; n++) { char buf[32]; snprintf(buf, sizeof(buf), "<NUMK VAL=%d>.", n); talk.Synthe(buf); } }
Definition at line 28 of file HeptaVoice.h.
Constructor & Destructor Documentation
| HeptaVoice | ( | PinName | sda, |
| PinName | scl, | ||
| int | addr = AQTK_I2C_ADDR |
||
| ) |
Create a AquesTalk pico LSI I2C interface.
- Parameters:
-
sda I2C data pin scl I2C clock pin addr I2C address
Definition at line 3 of file HeptaVoice.cpp.
Generated on Wed Jul 13 2022 20:44:47 by
1.7.2
