Projet S5 Info / Mbed 2 deprecated Projet_S5

Dependencies:   mbed PowerControl

Fork of Projet_S5 by Jonathan Tousignant

Committer:
joGenie
Date:
Sat Apr 05 22:40:09 2014 +0000
Revision:
8:9bf215a760f5
Child:
10:61b4d6c67dd7
D?tection de mouvement fonctionnel

Who changed what in which revision?

UserRevisionLine numberNew contents of line
joGenie 8:9bf215a760f5 1 #include "mouvement.h"
joGenie 8:9bf215a760f5 2
joGenie 8:9bf215a760f5 3 Mouvement::Mouvement(int code, int code_envoie, string definition) :
joGenie 8:9bf215a760f5 4 _code(code),
joGenie 8:9bf215a760f5 5 _code_envoie(code_envoie),
joGenie 8:9bf215a760f5 6 _definition(definition)
joGenie 8:9bf215a760f5 7 {
joGenie 8:9bf215a760f5 8 }