asd

Dependencies:   XBeeLib

Dependents:   XBeeZB_Receive_Data

Revision:
0:0e9dcb5dffbc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/RecipeCommand.h	Thu Mar 17 12:43:46 2016 +0000
@@ -0,0 +1,12 @@
+#include "CookerComms.h"
+#pragma once
+
+class RecipeCommand : public CookerComms
+{
+    public:
+        RecipeCommand(uint16_t temp, uint8_t time, uint8_t programTime);
+    protected:
+        uint16_t m_Temp;
+        uint8_t m_Time;
+        uint8_t m_ProgramTime;   
+};
\ No newline at end of file