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 actions_Gr ident_crac actions_Pr
Capteurs/Capteur.h
- Committer:
- Artiom
- Date:
- 2019-05-31
- Revision:
- 46:85208ab1fa12
- Parent:
- 25:9627700d989f
File content as of revision 46:85208ab1fa12:
#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);
#endif