Library for Modtronix NZ32 STM32 boards, like the NZ32-SC151, NZ32-SB072, NZ32-SE411 and others

Revision:
13:328bfac0e686
Parent:
10:213d6350f0a8
Child:
15:3fd3c1ce01be
diff -r 0303f1aef603 -r 328bfac0e686 nz32s.cpp
--- a/nz32s.cpp	Thu Sep 17 11:53:01 2015 +1000
+++ b/nz32s.cpp	Wed Oct 21 14:53:20 2015 +1100
@@ -28,6 +28,8 @@
 #include "mx_default_debug.h"
 
 //Includes that use debugging - Include AFTER debug defines/includes above! It uses them for debugging!
+#define DEBUG_ENABLE_NZ32S          0
+#define DEBUG_ENABLE_INFO_NZ32S     0
 #include "nz32s.h"
 
 
@@ -64,7 +66,7 @@
     //uint16_t getBattMV(void) {
     //    float fval = 0;
     //
-    //#if (DONT_USE_A13_A14 == 1)
+    //#if (DONT_USE_A13_A14 == 0)
     ////    uint16_t meas;
     ////
     ////    //Measure Vbatt. It doesn't seem to make lots of a difference if we disable the DC/DC converter!