routeur done

Dependencies:   mbed

Fork of APP4 by Évan Laverdure

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers coordianteur.cpp Source File

coordianteur.cpp

00001 #include "coordinateur.hpp"
00002 
00003 Coordinateur::Coordinateur(PinName _tx, PinName _rx) :
00004     trame(_tx, _rx)
00005 {
00006 }