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

Files at this revision

API Documentation at this revision

Comitter:
MikamiUitOpen
Date:
Sun Jan 11 02:21:05 2015 +0000
Parent:
11:cd9b3b516485
Child:
13:9fd5ac81ff64
Commit message:
13

Changed in this revision

UIT_ADDA.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/UIT_ADDA.lib	Wed Dec 31 10:27:53 2014 +0000
+++ b/UIT_ADDA.lib	Sun Jan 11 02:21:05 2015 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/users/MikamiUitOpen/code/UIT_ADDA/#ab7eb29b69ea
+http://developer.mbed.org/users/MikamiUitOpen/code/UIT_ADDA/#0001d3e93bee
--- a/main.cpp	Wed Dec 31 10:27:53 2014 +0000
+++ b/main.cpp	Sun Jan 11 02:21:05 2015 +0000
@@ -2,7 +2,7 @@
 // 割り込みを使わずに AD DA を行う場合の雛形
 //      Analog Input : A0
 //      Analog Output: MCP4922 using SPI
-// 2014/12/21, Copyright (c) 2014 MIKAMI, Naoki
+// 2015/01/03, Copyright (c) 2015 MIKAMI, Naoki
 //--------------------------------------------------------------
 
 #include "ADC_Base.hpp"         // for ADC not using interrupt
@@ -28,3 +28,4 @@
         myDac_.Write(xn);           // Write to DAC
     }
 }
+