トランジスタ技術2015年6月号mbedラジコン・カーp182 リスト3 音声合成LSIのmbedメイン・プログラム

Dependencies:   mbed

Revision:
0:32f0c58ff820
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Mon Jun 01 02:43:44 2015 +0000
@@ -0,0 +1,10 @@
+#include "mbed.h"
+#include "ATP3012.h"
+
+ATP3012 talk(P0_5, P0_4); // sda, scl
+
+int main() {
+    talk.Synthe("konosaki;<NUMK VAL=3 COUNTER=kiro>/ju-taichu-.\r");
+    talk.Synthe("tu-kadi'kann;<NUMK VAL=10 COUNTER=funn>de_su.\r");
+    while (1);
+}
\ No newline at end of file