Thiago . / Mbed 2 deprecated programmingtest

Dependencies:   mbed

Fork of programmingtest by RespiratorySensor Team

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