STM32F446 の内蔵 ADC, DAC を 2 チャンネルで使うためのライブラリ.このライブラリを登録した際のプログラム: Demo_DSP_ADDA_Dual. Library for build-in ADC and DAC in STM32F446 using with dual channels.

Dependents:   F446_DSP_Oscilloscope Demo_DSP_ADDA_Dual TrG_Oscilloscope

Revision:
1:e1c5baa559de
Parent:
0:c02c700a8ecf
Child:
3:a3148d75c1ea
--- a/DSP_AdcDualIntr.hpp	Tue Sep 22 04:52:53 2020 +0000
+++ b/DSP_AdcDualIntr.hpp	Wed Sep 23 01:49:40 2020 +0000
@@ -1,8 +1,8 @@
 //-------------------------------------------------------------
 //  STM32F446 内蔵 ADC を割り込み方式で使うための派生クラス
-//      基底クラス: DspAdcDual_Base
+//      基底クラス: DspAdcDualBase
 //
-//  2020/09/22, Copyright (c) 2020 MIKAMI, Naoki
+//  2020/09/23, Copyright (c) 2020 MIKAMI, Naoki
 //-------------------------------------------------------------
 
 #include "DSP_AdcDualBase.hpp"