AquesTalk pico 日本語音声合成LSI ATP3011/3012 をSPIで使用するためのライブラリです。
Revision 1:f5e4bb173064, committed 2020-05-24
- 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 |
diff -r afac3f0b332e -r f5e4bb173064 ATP301x_SPI.cpp --- 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(); }