Permet de créer, envoyer, filtrer et décrypter la trame meteo.

Dependents:   Simulation_carte_maitresse

Revision:
1:0a49398a7bb3
Parent:
0:f442198ae6b0
Child:
2:559043c0120e
--- a/meteoCAN.h	Thu Jun 13 11:02:53 2019 +0000
+++ b/meteoCAN.h	Fri Jun 14 07:50:29 2019 +0000
@@ -8,6 +8,7 @@
     public:
         meteoCAN(PinName rd, PinName td); //CAN (PinName rd, PinName td)
         bool send(uint16_t canID, float temperature, float humidite, float irradiance, float vitesse_vent, char direction_vent);
+        bool filtreID(uint16_t IDreceived, uint16_t IDtoFilter);
       
     private:
         CAN can1;