asd

Dependencies:   XBeeLib

Dependents:   XBeeZB_Receive_Data

Committer:
manl2003
Date:
Thu Mar 17 12:43:46 2016 +0000
Revision:
0:0e9dcb5dffbc
Allo F?lix

Who changed what in which revision?

UserRevisionLine numberNew contents of line
manl2003 0:0e9dcb5dffbc 1 #include "RecipeCommand.h"
manl2003 0:0e9dcb5dffbc 2
manl2003 0:0e9dcb5dffbc 3 RecipeCommand::RecipeCommand(uint16_t temp, uint8_t time, uint8_t programTime) :
manl2003 0:0e9dcb5dffbc 4 CookerComms(RECIPE_COMMAND), m_Temp(temp), m_Time(time), m_ProgramTime(programTime)
manl2003 0:0e9dcb5dffbc 5 {
manl2003 0:0e9dcb5dffbc 6
manl2003 0:0e9dcb5dffbc 7 }