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.
Dependents: 11B_DOGFEEDER 10B_Project_strian_guage_final Project_strian_guage_final 11A_ForcePlate_by_LoadCell ... more
Diff: HX711.h
- Revision:
- 1:5a1ec06c8cc9
- Parent:
- 0:aa9794dcf489
- Child:
- 2:5d57c2060e7b
--- a/HX711.h Tue Jun 02 15:38:54 2015 +0000 +++ b/HX711.h Thu Jul 16 12:29:39 2015 +0000 @@ -57,9 +57,9 @@ /** Fonction permettant de récupérer la mesure directement en grammes * * @param aucun - * @returns float Grammes mesurés + * @returns int Grammes mesurés */ - float getGram(); + int getGram(); private: // Déclaration des propriétés de l'objet DigitalIn _pin_dout; // Broche de donnée