This is the vcdMaker demo project. See http://vcdmaker.org for details. vcdMaker is supposed to help engineers to debug their applications and systems. It transforms text log files into the VCD format which can be easily displayed as a waveform.

Dependencies:   mbed vcdLogger vcdSignal

Revision:
2:a13cde5c679c
Parent:
1:446154224f92
--- a/Signals/accelerometer.cpp	Sat Feb 20 20:48:44 2016 +0000
+++ b/Signals/accelerometer.cpp	Sat May 28 19:25:39 2016 +0000
@@ -9,13 +9,13 @@
   @if REVISION_HISTORY_INCLUDED
   @par Edit History
   @li [0]    wojciech.rynczuk@wp.pl    20-JAN-2015    Initial file revision.
+  @li [1]    wojciech.rynczuk@wp.pl    04-MAR-2016    Fixed real printing.
   @endif
 
   @ingroup Signal
 
-  @par Copyright (c) MMXV Wojciech Rynczuk
-
-  Distributed under MIT License
+  The MIT License (MIT)
+  Copyright (c) 2016 Wojciech Rynczuk
 
 */
 
@@ -43,7 +43,7 @@
 void Accelerometer::PrintState()
 {
     string  suffix("AccX");
-    string  msg("f");
+    string  msg("");
     int32_t time_ref = 0;
     
     m_AccXCurr = m_Accelerometer->getAccX();