Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: XBeeZB_Receive_Data
CookerComms.h
00001 #include <stdint.h> 00002 #include "XBeeLib.h" 00003 #pragma once 00004 00005 typedef enum 00006 { 00007 RECIPE_COMMAND = 0, 00008 ABORT_COMMAND = 1, 00009 TEMP_UPDATE = 2 00010 } DataType; 00011 00012 class CookerComms 00013 { 00014 protected: 00015 CookerComms(DataType type); 00016 DataType m_DataType; 00017 }; 00018
Generated on Wed Jul 13 2022 02:27:27 by
1.7.2