The experiment using this program is introduced on "Interface" No.11, CQ publishing Co.,Ltd, 2014. 本プログラムを使った実験は,CQ出版社のインターフェース 2014年11月号で紹介しています.

Dependencies:   DSProcessingIO mbed

Fork of DAC_Test by CQpub0 Mikami

Revision:
2:4bd5fbc225c3
Parent:
1:339c82434d38
--- a/main_ADDA.cpp	Tue Jul 15 05:28:03 2014 +0000
+++ b/main_ADDA.cpp	Tue Jul 15 05:51:10 2014 +0000
@@ -29,5 +29,6 @@
 int main()
 {
     timer_.attach_us(&TimerIsr, 1.0e6f/FS_);
+
     while (true) {} // infinite loop
 }