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

Dependencies:   UIT_ADDA mbed

Files at this revision

API Documentation at this revision

Comitter:
MikamiUitOpen
Date:
Thu Oct 30 00:26:30 2014 +0000
Parent:
6:82cc56bd6307
Child:
8:94fb54f0c9f6
Commit message:
8

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Oct 30 00:04:56 2014 +0000
+++ b/main.cpp	Thu Oct 30 00:26:30 2014 +0000
@@ -2,7 +2,7 @@
 // 割り込みを使って AD DA を行う場合の雛形1(入力:1 チャンネル)
 //      Analog Input : A0
 //      Analog Output: MCP4922 using SPI
-// 2014/10/23, Copyright (c) 2014 MIKAMI, Naoki
+// 2014/10/30, Copyright (c) 2014 MIKAMI, Naoki
 //--------------------------------------------------------------
 
 #include "mbed.h"