Laurent m / XBee_Cooker

Dependencies:   XBeeLib

Dependents:   XBeeZB_Receive_Data

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Sender.h Source File

Sender.h

00001 #include "CookerComms.h"
00002 
00003 class Sender
00004 {
00005     public:
00006         Sender();
00007         SendFrame();
00008     protected:
00009         
00010     
00011 };