This is mandatory
Dependencies: BLE_API mbed nRF51822 SHT21_ncleee
WeatherService.h
- Committer:
- PostaL
- Date:
- 2015-11-09
- Revision:
- 2:654ee4b3950f
File content as of revision 2:654ee4b3950f:
#include "EnvironmentalService.h" class WeatherService : public EnvironmentalService { public: WeatherService(BLE& _ble): EnvironmentalService(_ble) { } };