Added one channel mode

Dependents:   CW_Decoder_using_FFT_on_F446

Fork of F446_AD_DA by 不韋 呂

Revision:
3:d1da91aec62f
Parent:
2:29f9831ce719
Child:
4:03e91e464ce5
diff -r 29f9831ce719 -r d1da91aec62f F446_ADC.hpp
--- 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