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: HP206C mbed HMC5883L DHT DS1820
Diff: communication.h
- Revision:
- 33:2a6476c33e74
- Parent:
- 28:cf45b66e59f9
- Child:
- 45:60f602ecd59b
--- a/communication.h Tue Sep 25 15:34:34 2018 +0000 +++ b/communication.h Tue Sep 25 15:48:03 2018 +0000 @@ -5,6 +5,6 @@ void initCommunication(); void sendMessage(char* data); -char* genMessage(float h_sol); +char* genMessage(float h_sol, float h_air); #endif \ No newline at end of file