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:
7:2b1c1c96e7f7
Parent:
4:9cace8ecbf02
Child:
9:c3abdac6cb63
--- a/main.cpp	Thu Nov 13 04:54:06 2014 +0000
+++ b/main.cpp	Thu Nov 20 08:57:59 2014 +0000
@@ -2,12 +2,10 @@
 // 割り込みを使わずに AD DA を行う場合の雛形
 //      Analog Input : A0
 //      Analog Output: MCP4922 using SPI
-// 2014/11/12, Copyright (c) 2014 MIKAMI, Naoki
+// 2014/11/20, Copyright (c) 2014 MIKAMI, Naoki
 //--------------------------------------------------------------
 
-#include "mbed.h"
-
-#include "ADC_Interrupt.hpp"    // for ADC using interrupt
+#include "ADC_Base.hpp"         // for ADC not using interrupt
 #include "DAC_MCP4922.hpp"      // for DAC MCP4922
 #include "ACM1602NI.hpp"        // for LCD display