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
XbeeReceiver.cpp
00001 #include "RealXbeeReceiver.hpp" 00002 00003 RealXbeeReceiver::RealXbeeReceiver() 00004 { 00005 00006 } 00007 00008 void RealXbeeReceiver::start(void (*cb)(vector<uint8_t>, int*)) 00009 { 00010 message_handler_thread.start(callback(handle_parsed_frames_from_mailbox, (void *)cb)); 00011 message_reader_thread.start(read_frame); 00012 }
Generated on Thu Jul 14 2022 15:12:33 by
1.7.2
