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:
2:29f9831ce719
Child:
4:16667bdb8227
--- a/F446_ADC.hpp	Mon Jan 30 08:04:59 2017 +0000
+++ b/F446_ADC.hpp	Mon Jan 30 08:12:44 2017 +0000
@@ -13,12 +13,13 @@
 //----------------------------------------------------------
 
 #include "mbed.h"
-#include "F446_DAC.hpp"
 
 #ifndef STM32F446xx
-#error Select NUCLEO-F446RE
+#error Select NUCLEO-F446RE.
 #endif
 
+#include "F446_DAC.hpp"
+
 #ifndef F446_ADC_DUAL_HPP
 #define F446_ADC_DUAL_HPP