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.
Dependencies: EthernetInterface mbed-rto mbed
Fork of ProjectVLC by
Receiver.cpp
00001 #include "Receiver.h" 00002 00003 Receiver::Receiver (Queue<int,8>* queue):interpreter(queue){ 00004 } 00005 00006 void Receiver::start(){ 00007 while(true){ 00008 listener.receiveSegment(command,sizeof(command)); 00009 interpreter.executeCommand(command); 00010 00011 } 00012 }
Generated on Wed Jul 13 2022 07:48:05 by
1.7.2
