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
communication.h@68:26938422fa0c, 2018-10-09 (annotated)
- Committer:
- MathieuM
- Date:
- Tue Oct 09 15:25:41 2018 +0000
- Revision:
- 68:26938422fa0c
- Parent:
- 45:60f602ecd59b
update genMessage
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
MathieuM | 28:cf45b66e59f9 | 1 | #ifndef __COMMUNICATION__ |
MathieuM | 28:cf45b66e59f9 | 2 | #define __COMMUNICATION__ |
MathieuM | 28:cf45b66e59f9 | 3 | |
MathieuM | 68:26938422fa0c | 4 | char* genMessage(float h_sol, float h_air, float t_sol, float t_air, long pression, int16_t *chMag); |
MathieuM | 28:cf45b66e59f9 | 5 | |
MathieuM | 28:cf45b66e59f9 | 6 | #endif |