AquesTalk pico 日本語音声合成LSI ATP3011/3012 をSPIで使用するためのライブラリです。

Dependents:   DLC_STARTER

Files at this revision

API Documentation at this revision

Comitter:
hmizuno
Date:
Sun May 24 12:07:29 2020 +0000
Parent:
0:afac3f0b332e
Commit message:
first release

Changed in this revision

ATP301x_SPI.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/ATP301x_SPI.cpp	Fri May 22 09:01:32 2020 +0000
+++ b/ATP301x_SPI.cpp	Sun May 24 12:07:29 2020 +0000
@@ -57,8 +57,6 @@
         //ATP301xコマンドの終端を示すキャレッジリターンを送信
         _spi.write('\r');
             
-        printf("%d\r\n",i);
-
         if(useWait){
             atp_wait();
         }