asd

Dependencies:   XBeeLib

Dependents:   XBeeZB_Receive_Data

RecipeCommand.h

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

File content as of revision 0:0e9dcb5dffbc:

#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;   
};