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.
Diff: sensor_board.h
- Revision:
- 37:1251e35fe43e
- Parent:
- 34:e67581c9b50d
- Child:
- 51:090149c4aa28
--- a/sensor_board.h Tue Jan 17 11:44:16 2017 +0100
+++ b/sensor_board.h Tue Jan 17 12:00:43 2017 +0100
@@ -14,7 +14,7 @@
int getRandomWaitMs();
bool sendByRadio(char message[TRANSFER_SIZE]);
void displayRadioSetup();
- bool send(Data data_to_send);
+ bool send(int id, Data data_to_send);
void updateSensor(Sensor* sensor, bool* should_send_data);
Serial pc_;