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

Files at this revision

API Documentation at this revision

Comitter:
CQpub0Mikami
Date:
Tue Jul 15 05:51:10 2014 +0000
Parent:
1:339c82434d38
Child:
3:5ab09465f2cc
Commit message:
Minor change for test of update.
; only insert carrige return and line feed.
;

Changed in this revision

main_ADDA.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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
 }