
delay 10s
Dependencies: HX711 DHT DS1820
Revision 6:5edb45f97ffe, committed 2020-11-22
- Comitter:
- nextzero
- Date:
- Sun Nov 22 18:08:27 2020 +0000
- Parent:
- 5:df7af32714c0
- Child:
- 7:4894e844911e
- Commit message:
- c bon;
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sun Nov 22 18:04:18 2020 +0000 +++ b/main.cpp Sun Nov 22 18:08:27 2020 +0000 @@ -68,7 +68,7 @@ - device.printf("AT$SF=%02X%02X%02X%02X\r\n", (char) c_moyenne_int,(char) h_int, (char) c_ext, (char) h_ext,(char) balance); // on envoie les données sur l'antenne + device.printf("AT$SF=%02X%02X%02X%02X%02X\r\n", (char) c_moyenne_int,(char) h_int, (char) c_ext, (char) h_ext,(char) balance); // on envoie les données sur l'antenne wait(20.0f); } }