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: BLE_API mbed nRF51822
Fork of WeatherStation by
WeatherService.h@5:fe4888cc60cc, 2015-12-21 (annotated)
- Committer:
- PostaL
- Date:
- Mon Dec 21 00:25:08 2015 +0000
- Revision:
- 5:fe4888cc60cc
- Parent:
- 2:654ee4b3950f
Added humidity reading + temp. avg. via SHT21
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
PostaL | 2:654ee4b3950f | 1 | #include "EnvironmentalService.h" |
PostaL | 2:654ee4b3950f | 2 | |
PostaL | 2:654ee4b3950f | 3 | class WeatherService : public EnvironmentalService { |
PostaL | 2:654ee4b3950f | 4 | public: |
PostaL | 2:654ee4b3950f | 5 | WeatherService(BLE& _ble): EnvironmentalService(_ble) { |
PostaL | 2:654ee4b3950f | 6 | |
PostaL | 2:654ee4b3950f | 7 | } |
PostaL | 2:654ee4b3950f | 8 | }; |