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: mbed
Communication.cpp
00001 #include "mbed.h" 00002 #include "Canal.h" 00003 00004 00005 void sendActivityState(Serial* serialPort,vector<uint32_t> activeChannel){ 00006 00007 serialPort->printf("the following channel are active"); 00008 00009 for(uint32_t count = 0; count<activeChannel.size();count++){ 00010 00011 00012 serialPort->printf("%d\t",activeChannel[count]); 00013 } 00014 00015 00016 00017 }
Generated on Wed Jul 13 2022 02:59:04 by
1.7.2