Kheirddine Zaillel / Mbed 2 deprecated ZAILLEL_Interface

Dependencies:   TS_DISCO_F746NG mbed BufferedSerial LCD_DISCO_F746NG mbed-rtos Trigo BSP_DISCO_F746NG

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Communication.h Source File

Communication.h

00001 #include "mbed.h"
00002 #include "Serial.h"
00003 #include "BufferedSerial.h"
00004 
00005 
00006 class Communication
00007 
00008 {
00009     public:
00010         //Communication( tx,  rx,  sizeBuffer) : BufferedSerial(tx, rx) {
00011     Communication() {
00012         }
00013 
00014     public:
00015         void confUART();
00016 
00017     public:
00018         void Reset();
00019 
00020     public:
00021         void Stop();
00022 
00023     public:    
00024         void Get_Info();
00025 
00026     public:
00027         void Get_Health();
00028 
00029     public:
00030           void Scan();
00031 
00032 };