Laurent m / XBee_Cooker

Dependencies:   XBeeLib

Dependents:   XBeeZB_Receive_Data

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers RecipeCommand.cpp Source File

RecipeCommand.cpp

00001 #include "RecipeCommand.h"
00002 
00003 RecipeCommand::RecipeCommand(uint16_t temp, uint8_t time, uint8_t programTime) :
00004 CookerComms(RECIPE_COMMAND), m_Temp(temp), m_Time(time), m_ProgramTime(programTime)
00005 {
00006     
00007 }