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: NerfUS-Coord NerfUSTarget
Fork of APP3_xbee by
XbeeReceiverInterface.hpp
00001 #ifndef XBEE_RECEIVER_INTERFACE_HPP 00002 #define XBEE_RECEIVER_INTERFACE_HPP 00003 00004 #include <vector> 00005 #include "stdint.h" 00006 00007 class XbeeReceiverInterface 00008 { 00009 public: 00010 virtual void start(void (*callback)(vector<uint8_t>, int*)) = 0; 00011 }; 00012 00013 #endif
Generated on Thu Jul 14 2022 15:12:33 by
1.7.2
