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:
3:d1da91aec62f
Parent:
1:6b9f2af6613d
Child:
5:7851fd2f875b
--- a/F446_DAC.hpp	Mon Jan 30 08:04:59 2017 +0000
+++ b/F446_DAC.hpp	Mon Jan 30 08:12:44 2017 +0000
@@ -7,13 +7,13 @@
 //      DAC_OUT1: A2  (PA_4), 左
 //      DAC_OUT2: D13 (PA_5), 右
 //
-//  2016/11/12, Copyright (c) 2016 MIKAMI, Naoki
+//  2017/01/30, Copyright (c) 2017 MIKAMI, Naoki
 //--------------------------------------------------------
 
 #include "mbed.h"
 
 #ifndef STM32F446xx
-#error Select STM32F446.
+#error Select NUCLEO-F446RE.
 #endif
 
 #ifndef F446_DAC_DUAL_HPP