asd

Dependencies:   XBeeLib

Dependents:   XBeeZB_Receive_Data

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