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
- Branch:
- multipipe
- Revision:
- 51:090149c4aa28
- Parent:
- 37:1251e35fe43e
- Child:
- 56:065bd3a75d97
diff -r e83e38fece23 -r 090149c4aa28 sensor_board.h
--- a/sensor_board.h Tue Jan 17 14:41:20 2017 +0100
+++ b/sensor_board.h Wed Jan 18 16:57:05 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=MASTER_ADDRESS);
+ AnalogSensor* analog_sensor, unsigned long long tx_address);
void run();