Prototype program of AD and DA using classes in UIT_ADDA. This program does not use interrupt of ADC for ST Nucleo F401RE. UIT_ADDA のクラスを使った AD および DA のためのプログラムの雛形.ADC の割り込みは使わないバージョン.ST Nucleo F401 用.

Dependencies:   UIT_ACM1602NI UIT_ADDA mbed

Revision:
10:cf4a772242ce
Parent:
9:c3abdac6cb63
Child:
12:578a9ca47ae0
--- a/main.cpp	Fri Dec 19 06:03:06 2014 +0000
+++ b/main.cpp	Sun Dec 21 08:07:42 2014 +0000
@@ -2,7 +2,7 @@
 // 割り込みを使わずに AD DA を行う場合の雛形
 //      Analog Input : A0
 //      Analog Output: MCP4922 using SPI
-// 2014/12/19, Copyright (c) 2014 MIKAMI, Naoki
+// 2014/12/21, Copyright (c) 2014 MIKAMI, Naoki
 //--------------------------------------------------------------
 
 #include "ADC_Base.hpp"         // for ADC not using interrupt