This library allows to parse and work with data sent by the Paradigma pelletti oven.

Revision:
1:9c48326ad8c9
Parent:
0:4873b21e0bca
Child:
2:27334bd6dc28
--- a/ParadigmaData.cpp	Sat Jun 22 10:59:05 2013 +0000
+++ b/ParadigmaData.cpp	Wed Jun 26 21:04:07 2013 +0000
@@ -1,9 +1,12 @@
+#include "mbed.h"
 #include "ParadigmaData.h"
-
+#ifndef DEBUG
 #define DEBUG
+#endif
 #include "debug.h"
 
-
+using namespace Paradigma;
+static char m_Buffer[50];
 
 ParadigmaMonitorData& ParadigmaMonitorData::operator<<(char c)
 {