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: X_NUCLEO_IKS01A1 LoRaWAN-lib SX1276Lib mbed
Diff: board/board.cpp
- Revision:
- 3:4bca7f8f731a
- Parent:
- 2:78df92a365c2
- Child:
- 6:c5f2da0de0b0
diff -r 78df92a365c2 -r 4bca7f8f731a board/board.cpp --- a/board/board.cpp Sat Aug 27 04:03:02 2016 +0000 +++ b/board/board.cpp Thu Apr 06 16:35:17 2017 +0000 @@ -29,6 +29,7 @@ HumiditySensor *humidity_sensor = mems_expansion_board->ht_sensor;; PressureSensor *pressure_sensor = mems_expansion_board->pt_sensor; TempSensor *temp_sensor1 = mems_expansion_board->ht_sensor; +TempSensor *temp_sensor2 = mems_expansion_board->pt_sensor; #endif SX1276MB1xAS Radio( NULL );