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@28:cf45b66e59f9, 2018-09-25 (annotated)
- Committer:
- MathieuM
- Date:
- Tue Sep 25 15:07:43 2018 +0000
- Revision:
- 28:cf45b66e59f9
- Parent:
- 27:d9dec879b7a6
- Child:
- 33:2a6476c33e74
misc
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 | 28:cf45b66e59f9 | 4 | #define SERIAL_PORT D1, D0 |
MathieuM | 18:c2627f062107 | 5 | |
MathieuM | 18:c2627f062107 | 6 | void initCommunication(); |
MathieuM | 18:c2627f062107 | 7 | void sendMessage(char* data); |
MathieuM | 28:cf45b66e59f9 | 8 | char* genMessage(float h_sol); |
MathieuM | 28:cf45b66e59f9 | 9 | |
MathieuM | 28:cf45b66e59f9 | 10 | #endif |