Laurent m / XBee_Cooker

Dependencies:   XBeeLib

Dependents:   XBeeZB_Receive_Data

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Receiver.h Source File

Receiver.h

00001 #include "CookerComms.h"
00002 
00003 class Receiver
00004 {
00005     public:
00006         Receiver();
00007         static void receiver_cb(const RemoteXBeeZB& remote, bool broadcast, const uint8_t *const data, uint16_t len);           
00008 };