Library for build-in ADC and DAC in STM32F446 mounted on Nucleo F446RE. Nucleo F446RE に搭載されている STM32F446 の内蔵 ADC, DAC 用のライブラリ.

Dependents:   Demo_F446_AD_DA F446_MySoundMachine F446_ADF_Nlms F446_Spectrogram

Revision:
2:29f9831ce719
Parent:
1:6b9f2af6613d
Child:
3:d1da91aec62f
diff -r 6b9f2af6613d -r 29f9831ce719 F446_ADC.hpp
--- a/F446_ADC.hpp	Sat Nov 12 04:08:31 2016 +0000
+++ b/F446_ADC.hpp	Mon Jan 30 08:04:59 2017 +0000
@@ -9,14 +9,14 @@
 //  Read(), Write() の引数:
 //      第一引数:A0 (左),第二引数:A1 (右)
 //
-//  2016/11/12, Copyright (c) 2016 MIKAMI, Naoki
+//  2017/01/30, Copyright (c) 2017 MIKAMI, Naoki
 //----------------------------------------------------------
 
 #include "mbed.h"
 #include "F446_DAC.hpp"
 
 #ifndef STM32F446xx
-#error Select STM32F446.
+#error Select NUCLEO-F446RE
 #endif
 
 #ifndef F446_ADC_DUAL_HPP