routeur done

Dependencies:   mbed

Fork of APP4 by Évan Laverdure

coordianteur.cpp

Committer:
joGenie
Date:
2014-02-24
Revision:
2:7515831bb5f5
Parent:
0:71df0feee697

File content as of revision 2:7515831bb5f5:

#include "coordinateur.hpp"

Coordinateur::Coordinateur(PinName _tx, PinName _rx) :
    trame(_tx, _rx)
{
}