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

Revision:
1:9c48326ad8c9
Parent:
0:4873b21e0bca
--- a/ParadigmaTemperature.h	Sat Jun 22 10:59:05 2013 +0000
+++ b/ParadigmaTemperature.h	Wed Jun 26 21:04:07 2013 +0000
@@ -4,7 +4,7 @@
 #include <string>
 #include "ParadigmaBase.h"
 
-
+namespace Paradigma {
 
 typedef enum {
     //  Temperatures from Monitor Data 1
@@ -51,5 +51,5 @@
           */
         void    adjustEndiness()        { m_temp = ((m_temp&0xFF)<<8) | ((m_temp>>8)&0xFF); }
 };
-
+}
 #endif
\ No newline at end of file