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:
- 18:c2627f062107
- Parent:
- 3:24828c0ac08c
- Child:
- 19:93a56e08945f
--- a/communication.h Tue Sep 25 13:31:43 2018 +0000 +++ b/communication.h Tue Sep 25 13:33:59 2018 +0000 @@ -0,0 +1,6 @@ +#define SERIAL_PORT (D1, D0) +#define SERIAL_PORT (D1, D0) + +void initCommunication(); +int sendMessage(char* data); +void sendMessage(char* data);