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@11:7fdd2d3feedc, 2018-09-25 (annotated)
- Committer:
- MathieuM
- Date:
- Tue Sep 25 13:08:23 2018 +0000
- Revision:
- 11:7fdd2d3feedc
- Parent:
- 10:77ca66cdac39
added sendMessage
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
MathieuM | 10:77ca66cdac39 | 1 | #define SERIAL_PORT (D1, D0) |
MathieuM | 10:77ca66cdac39 | 2 | |
MathieuM | 10:77ca66cdac39 | 3 | void initCommunication(); |
MathieuM | 11:7fdd2d3feedc | 4 | void sendMessage(char* data); |