Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed Herkulex_Library_2019 ident_crac actions_Pr
Diff: Capteurs/Capteur.h
- Revision:
 - 25:9627700d989f
 - Parent:
 - 9:9833e788942b
 - Child:
 - 47:ced7758fb2ce
 
--- a/Capteurs/Capteur.h Wed May 22 20:24:42 2019 +0000 +++ b/Capteurs/Capteur.h Wed May 22 20:56:42 2019 +0000 @@ -1,6 +1,11 @@ - +#ifndef CAPTEUR_H +#define CAPTEUR_H +#include "main.h" short lecture_telemetre(char numero_telemetre); int Val_couleur(char cote); int capteur_contact(void); -float Val_puissance(char zone_tir); \ No newline at end of file +float Val_puissance(char zone_tir); + + +#endif \ No newline at end of file