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.
Fork of programmingtest by
Controler.h
00001 #ifndef CONTROLER_H 00002 #define CONTROLER_H 00003 00004 #include "mbed.h" 00005 #include "Canal.h" 00006 #include <vector> 00007 00008 std::vector<uint32_t> checkActivity(Canal newChannel[]); 00009 /** 00010 * check if the chanels are active and then returns an array with all the active channel in increasing order 00011 * the first is the size, or, how many channels are active 00012 **/ 00013 00014 00015 00016 #endif
Generated on Sat Jul 16 2022 01:34:18 by
1.7.2
