Laurent m / XBee_Cooker

Dependencies:   XBeeLib

Dependents:   XBeeZB_Receive_Data

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers AbortCommand.h Source File

AbortCommand.h

00001 #pragma once
00002 
00003 #include "CookerComms.h"
00004 
00005 class AbortCommand : public CookerComms
00006 {
00007     public:
00008         AbortCommand();        
00009 };