asd

Dependencies:   XBeeLib

Dependents:   XBeeZB_Receive_Data

RecipeCommand.cpp

Committer:
manl2003
Date:
2016-03-17
Revision:
0:0e9dcb5dffbc

File content as of revision 0:0e9dcb5dffbc:

#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)
{
    
}