This is an alternative way to control which channel is active. is saves only the channels that are active in a vector.

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Communication.h Source File

Communication.h

00001 #ifndef COMMUNICATION_H
00002 #define COMMUNICATION_H
00003 
00004 #include "mbed.h"
00005 #include "Canal.h"
00006 #include "Controler.h"
00007 
00008 void sendActivityState(Serial* serialPort, vector<uint32_t> activeChannel);
00009 
00010 
00011 #endif