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:
Mon Feb 02 23:33:55 2015 +0000
Parent:
14:82b4522eb68f
Commit message:
16

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	Mon Feb 02 08:13:37 2015 +0000
+++ b/UIT_ADDA.lib	Mon Feb 02 23:33:55 2015 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/users/MikamiUitOpen/code/UIT_ADDA/#c49f3b565a87
+http://developer.mbed.org/users/MikamiUitOpen/code/UIT_ADDA/#3731753ebf24
--- a/main.cpp	Mon Feb 02 08:13:37 2015 +0000
+++ b/main.cpp	Mon Feb 02 23:33:55 2015 +0000
@@ -2,7 +2,7 @@
 // 割り込みを使わずに AD DA を行う場合の雛形
 //      Analog Input : A0
 //      Analog Output: MCP4922 using SPI
-// 2015/02/02, Copyright (c) 2015 MIKAMI, Naoki
+// 2015/02/03, Copyright (c) 2015 MIKAMI, Naoki
 //--------------------------------------------------------------
 
 #include "ADC_Base.hpp"         // for ADC not using interrupt