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:
- 56:065bd3a75d97
- Parent:
- 51:090149c4aa28
- Child:
- 66:a89b7430b424
--- a/sensor_board.h Thu Jan 19 02:42:15 2017 +0100
+++ b/sensor_board.h Thu Jan 19 11:26:38 2017 +0100
@@ -5,7 +5,7 @@
class Board {
public:
explicit Board(unsigned long long rx_address, DigitalSensor* digital_sensor,
- AnalogSensor* analog_sensor, unsigned long long tx_address);
+ AnalogSensor* analog_sensor, unsigned long long tx_address=MASTER_ADDRESS);
void run();